// JavaScript Document
//Define Popup
function popup(file,title,w,h){
				ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", file, title, "width="+w+"px,height="+h+"px,left=300px,top=100px,resize=0,scrolling=0");
				ajaxwin.moveTo('middle', 'middle');
}
