function openPopup(URL,winName,features) {			
	myWindow = window.open(URL,winName,features);
	//myWindow.focus();
}