function create_window(url,w,h,scrollbars){day = new Date();id = day.getTime();eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars=" + scrollbars + ",location=0,statusbar=0,menubar=0,resizable=1,width='+w+',height='+h);");}
function ndmaximize(awindow){awindow.moveTo(0,0);if(document.all){awindow.resizeTo(screen.availWidth,screen.availHeight);}else if(document.layers||document.getElementById){if(awindow.outerHeight<screen.availHeight||awindow.outerWidth<screen.availWidth){awindow.outerHeight=screen.availHeight;awindow.outerWidth=screen.availWidth;}}}
function ndpopup(urlToOpen,w,h){var features="resizable=yes,scrollbars=yes,width="+w+",height="+h+",status=yes,toolbar=yes,menubar=yes,location=yes,fullscreen=no";awindow=open(urlToOpen.toString(),"_blank",features,true);if(awindow.opener==null)awindow.opener=self;awindow.focus();}



