if ((window.innerWidth != 0) && (window.innerHeight != 0) && (self==top) && (location.search != "?N"))
	top.location.replace("../introjs.htm" + "?" + window.location.pathname);

