function openwin(file,top,left,width,height)
{
window.open(file,"xxx","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes,resizable=yes, copyhistory=no, title=no, width="+width+", height="+height+", top="+top+", left="+left);
}
var poze;
function Open_wind(fileName){
				
				if(poze) poze.close();
				X = (screen.width - 500)/2;
				Y = (screen.height - 600)/2;
												poze=window.open("about:blank","ss",'scrollbars=no,status=no,menubar=no,location=n7o,resizable=yes,titlebar=no,width=639,height=480,left='+X+',top='+Y);
												poze.document.write('<html><head>');
												poze.document.write('<title>Picture</title>');
												poze.document.write('</head>');
												poze.document.write('<body bgcolor="#ffffff" style="margin:0">');
												
												poze.document.write('<img border="0" src="'+fileName+'" onClick="window.close();">');
												
												poze.document.write('</body></html>');
		
			
							poze.focus();
				return false;
	}
function Open_flash(fileName){
				
				if(poze) poze.close();
				X = (screen.width - 500)/2;
				Y = (screen.height - 600)/2;
												poze=window.open("about:blank","ss",'scrollbars=no,status=no,menubar=no,location=no,resizable=yes,titlebar=no,width=388,height=320,left='+X+',top='+Y);
												poze.document.write('<html><head>');
												poze.document.write('<title>'+fileName+'</title>');
												poze.document.write('</head>');
												poze.document.write('<body bgcolor="#000000" style="margin:0; color:#ffffff; font:11px Arial;">');
												poze.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="388" height="285">');
  												poze.document.write('<param name="movie" value="img/'+fileName+'.swf">');
  												poze.document.write('<param name="quality" value="high">');
  												poze.document.write('<embed src="img/'+fileName+'.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="388" height="285"></embed>');
												poze.document.write('</object>');
												poze.document.write('<br><table cellpadding="0" cellspacing="0" border="0" width="100%"><tR><tD allign="center" style="font:11px Arial; padding-left:16px" >Pentru deplasare, pozitionati mouseul in stanga, respectiv dreapta, imaginii</tD></tR></table>');
											
							poze.focus();
				return false;
	}

