function picture(FileName,size){     
	try { pw.close(); }	catch (exception) {};

	 winOpt="toolbar=0,location=0,"+size;

	 pw=window.open("","pw",winOpt);
     pw.document.open();
     pw.document.writeln("<HTML><TITLE>Театр морских животных &quot;Акватория&quot;</TITLE>");  
     pw.document.writeln("<BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#FFFFFF leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
     pw.document.writeln("<CENTER><P>");
     pw.document.writeln("<IMG SRC='"+FileName+"'  BORDER=0>");
     pw.document.writeln("</P></CENTER>");
     pw.document.writeln("</BODY>");
     pw.document.writeln("</HTML>");
}

function flyer(){     
	var url="flyer.htm";
	try { cw.close(); }	catch (exception) {};
	cw=open(url, 'cw1', "width=620,height=324,status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes");
}
