function openpopup(popurl) {
	var winpops=window.open(popurl,"","width=505,height=505")
}

function showimage(url,name) {
	template=window.open("showimage.php","","width=600,height=580");
	template.document.open();
	
	
	
	template.document.write('<html><head><title>'+name+' - General Promo</title></head><body leftmargin="0" topmargin="0"><table width="600" cellpadding="0" cellspacing="0" border="0" align="center"><tr><td height="72" background="/imagini/popup/bk1.png"><div><img src="/imagini/popup/gp_logop.png" style="margin: 4px 0px 0px 4px; float: left; position: relative;"><div align="center" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #575757; margin: 0px; padding-top: 25px;"><b>'+name+'</b></div></div></td></tr><tr><td align="center" background="/imagini/popup/bk2.png" style="background-repeat: repeat-x;"><div style="display: block; width: 500px; height: 500px; margin: 5px;"><a href="javascript:this.close()"><img src='+url+' border="0" alt="'+name+' - Inchide Fereastra" title="'+name+' - Inchide Fereastra"></a></div></td></tr><table></body></html>');
	
//	template.document.write('<div width="100%" align="center" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #575757; margin: 0px; padding: 0px;"><img src="imagini/popup/gp_logop.png" style="margin: 5px; vertical-align: middle;"><b>'+name+'</b></div>');
	//template.document.write('<center><a href="javascript:this.close()"><img src='+url+' border="0" alt="'+name+' - Inchide Fereastra" title="'+name+' - Inchide Fereastra"></a></center>');
	//template.document.write("<center><a href='javascript:this.close()'>Close</a></center>");
	template.document.close();
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
