<!-- ==================================================================================== -->
<!-- RESOLUTION DETECTION =============================================================== -->
<!-- ==================================================================================== -->

<!--
var correctwidth=800
var correctheight=600
if (screen.width<correctwidth||screen.height<correctheight)
document.write("<center>This webpage is bested viewed with screen resolution of at least "+correctwidth+"x"+correctheight+". Your current resolution is "+screen.width+"x"+screen.height+". If possible, please change the resolution!</center>")
//-->
