function deschideFereastra(var1)
{
	newWindow=window.open('','ECTAP','width=400,height=285,resizable=yes');
	newWindow.document.write("<title>ECTAP</title>");
	newWindow.document.write("<body topmargin=0 leftmargin=0><table width=400 align=center><tr><td width=100% height=100% align=center valign=middle>");
	newWindow.document.write("<img src='");
	newWindow.document.write(var1);
	newWindow.document.write("' onClick='window.close();' title='Click pentru inchiderea pozei'></td></tr></table>");
	newWindow.document.bgColor="#cccccc";
	newWindow.document.close();
	newWindow.focus();
	//newWindow.close();
}
function editorial(var1)
{
	newWindow=window.open(var1,'ECTAP','width=600,height=500,resizable=yes, scrollbars=yes');
	newWindow.document.close();
	newWindow.focus();
	//newWindow.close();
}