function openAgeWin(url){
	leftpos = screen.width/2-210;
	toppos = screen.height/2-75;
	window.open('dci/forms/age_verification.php?goURL='+url,'agewin','width=420,height=150,left='+leftpos+',top='+toppos+'');
}
