// JavaScript Document

function privacy(){ //Define arbitrary function to run desired DHTML Window widget codes
ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "privacy.php", "Privacy Policy", "width=410px,height=350px,left=200px,top=175px,resize=1,scrolling=1")
ajaxwin.onclose=function(){return window.confirm("Are you sure want to close the window?")} //Run custom code when window is about to be closed
}
