// JavaScript Document


function ageprompt(){
	//alert("asd")
	agewindow=dhtmlmodal.open('agebox', 'div', 'modalalertdiv', 'Choose City', 'width=350px,height=100px,center=1,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 are under 13 yrs old")
	agewindow.hide()
}

//
function generallogin(){
	agewindow=dhtmlmodal.open('agebox', 'div', 'logiondiv', 'Login', 'width=350px,height=150px,center=1,resize=0,scrolling=0')
}



//messg div
function messgbox(){
	agewindow=dhtmlmodal.open('agebox', 'div', 'readmessgdiv', 'Message Center', 'width=700px,height=350px,center=1,resize=0,scrolling=0')
}