<!-- Begin
function openwindow(URL)
{
        window.open(URL,"","left=0,top=0,width="+ screen.availWidth +",height=" + screen.availHeight + ",scrollbars=yes");
}
//  End -->

