	function ticketPop(str) {
		if( str == "free" || str == "treasure" || str == "ballet" || str == "pop") {
			window.open('/2008/ticket/step1.php?type='+str+"&slevel="+slevel,'ticket','scrollbars=yes,width=768,height=635')
		} else if( str == "gold" || str == "silver" || str == "bronze" || str == "common" || str == "juvenile" ) {
			window.open('/2008/ticket/step1.php?type='+str+"&slevel="+slevel,'ticket','scrollbars=yes,width=768,height=635')
		} else {
			window.open('/2008/ticket/step1.php?no='+str,'ticket','scrollbars=no,resize=yes,width=800,height=650')
		}
	}
