// JavaScript Document

function openmypage(window_id, path, widow_title, window_width, window_height, resize, scroll){ //Define arbitrary function to run desired DHTML Window widget codes
ajaxwin=dhtmlwindow.open(window_id, "ajax", path, widow_title, "width=" + window_width + "px,height=" + window_height + "px,left=300px,top=100px,resize=" + resize + ",scrolling=" + scroll + "")
ajaxwin.moveTo('middle', 'middle');
//ajaxwin.onclose=function(){return window.confirm("Close window 3?")} //Run custom code when window is about to be closed
}