// JavaScript Document

function window1(){
	agewindow=dhtmlmodal.open('agebox', 'div', 'modalalertdiv1', '', 'width=724px,height=540px,left=150px,top=100px,resize=0,scrolling=0')
}

//Function to run when buttons within modal window is clicked on. Directly embedded inside hidden DIV, bypassing "onclose" event:
function process_age(whichbutton){
	if (whichbutton=="no")
		alert("You want to close this popup window?")
	agewindow.hide()
}


function sendmail()
{
		document.mailForm.submit();
}