<!-- Hide script from old browsers

function detect(){
if(screen.width<1024||screen.height<768){
alert("This web page is best viewed with a screen resolution of 1024 by 768 or higher.  Your current resolution is "+screen.width+" by "+screen.height+".  If possible please change your resolution.")
}
}

// End hiding script from old browsers -->