	function pop_promo(varr,l,h){
	
	var lnew = parseInt(l)+50;
	var hnew = parseInt(h)+70;
	
	
	strURL = './promozoom.php?url='+varr;
	strName = 'PROMO';
	strConfig = 'location=no, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, top=100, left=50, status=yes , width='+lnew+', height='+hnew+'';
	windowPopupReponse = window.open(strURL,strName,strConfig);
	}