function detect(){
if(screen.width<1024||screen.height<768){
	window.location = "lowres.html";
}
else{	window.location ="http://www.envirodatagroup.com/Devel/EDGFrames.html";

}

}
