function popup( id , params )
{
	var winwidth = window.screen.availWidth - 10;
	var winheight = window.screen.availHeight - 30;	
	window.open('detail.php?id='+ id + params,'','scrollbars=yes, status=no, toolbar=no, location=no, directories=no, resizable=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0');
}

function submitBePassForm() {	
	$('bepass_tickets_102598').submit();
}