function popup_forget_club21card(tknum)
{
	window.open('http://www.club21card.com/global_forgotpassword.cfm?tknum='+tknum,'','width=400, height=300') ;
}

function open_pressroom(url)
{
	var hei = screen.availHeight ;
	
	window.open(url,'pressroom','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1040,height='+hei+',left=0,top=0') ;
}

function open_cv(email)
{
	var wi = screen.availWidth ;
	var hei = screen.availHeight ;
	
	var w_top = (wi/2) - 150 ;
	var h_top = (hei/2) - 125 ;
	
	window.open('index.php5?pge=POPUP_CV&email='+email,'uploadcv','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=250,left='+w_top+',top='+h_top) ;
}