myPopup = '';
function openPopup(url,namePopupWindow) {
	myPopup = window.open(url,namePopupWindow,'width=650,height=500,scrollbars=0,resizable=1');
	if (!myPopup.opener)
	     myPopup.opener = self; 
};


