
<!--
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)	
if(screen.availWidth<=800 || screen.availHeight<=600)
{
alert("A resolution of 800x600 or inferior was detected.\nA minimum resolution of 1024x768 is highly recommended.\nThis will not affect navigation - only the viewing of the site.\nSite may not display properly on some browsers.");
}
// End -->
