	function poppythis(){
		var win;
		win = window.open("/media/schematic.html",'','fullscreen=yes');
window.location.href=window.location.href;
	}
