if(screen.width==640 || screen.width==800){
   window.location="low.htm";
}else if(screen.width==1024){
   window.location="med.htm";
}else{
   window.location="hgh.htm";
}