maxx=screen.availWidth;
maxy=screen.availHeight;
function openwindow(pURL, xsize, ysize){window.open(pURL,'','width='+xsize+', height='+ysize+', fullscreen, scrollbars=noresizable=yes');}