var s=screen;
//alert("height="+s.height+" "+s.availHeight+" width="+s.width+" "+s.availWidth);
//if ( s.height < s.availHeight || s.width < s.availWidth ) {
 window.moveTo(0,0); 
 window.resizeTo(s.availWidth,s.availHeight);
//}

