<!-- START MAXIMISE WINDOW TO 800xMAX

if (top.frames.length!=0)
top.location=self.document.location;
self.moveTo(0,0)
self.resizeTo(800,screen.availHeight)

// END MAXIMISE WINDOW TO 800xMAX-->
