function maxWindow(URL) 
{
w_height=screen.availHeight;
w_width=screen.availWidth;
window.open(URL,"","height=" + w_height + ",width=" + w_width + ",left=0,top=0", "scrollbars=yes", "menubar=no", "statusbar=yes")
}