	

function launchPopup(URL,winName,features){
	
	eval(winName + "= window.open(URL,winName,features)");
	
}
