// JavaScript Document
var name = "nezoter_new3.swf";
var id = "nezoter_new3";
//var width = "550";
//var height = "440";
//var color = "#FFFFFF";


var swpopup=null;
function openStageView(imageUrl) 
 {
  //alert(imageUrl);
  html = "<HTML><HEAD><TITLE>Stage View</TITLE></HEAD><BODY  onload='window.focus();' LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER>" +
   "<IMG SRC='" + imageUrl + "' BORDER=0 NAME=image></CENTER></BODY></HTML>";			
  popup=window.open('','stageview','width=320,height=240,status=0,toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,copyhistory=0');	 
  popup.moveTo(screen.width/2-170,screen.height/2-120);
  popup.document.open();
  popup.document.write(html);
  popup.document.close();
 }

document.writeln('<center><object type="application/x-shockwave-flash" flashvars="&comm_file=nezoter_seged.php" data="' + name + '" width="' + width + '" height="' + height + '" id="' + id + '">');
document.writeln('<param name="movie" value="' + name + '" />');
document.writeln('<param name="allowScriptAccess" value="sameDomain" />');
document.writeln('<param name="menu" value="false" />');
document.writeln('<param name="quality" value="best" />');
//document.writeln('<param name="scale" value="noscale" />');
//document.writeln('<param name="valign" value="center" />');
//document.writeln('<param name="bgcolor" value="' + color + '" />');
document.writeln('<param name="flashvars" value="&comm_file=nezoter_seged.php">');
document.writeln('<param name="wmode" value="transparent">');
document.writeln('</object>');
document.getElementById(id).focus();

