function flash(num) {
   
      document.write("<object type='application/x-shockwave-flash' data='banner"+num+".swf' width='821' height='359' menu='no' id='banner"+num+"'>\n");
      document.write("<param name='movie' value='banner"+num+".swf' />\n");
      document.write("<param name='width' value='821' />\n");
	  document.write("<param name='height' value='359' />\n");
	  document.write("<param name='quality' value='high' /><param name='menu' value='0'><param name='wmode' value='transparent' />\n");
      document.write("</object>\n");
}
function flashgal() {
	document.write("<object type='application/x-shockwave-flash' data='gallery.swf' width='821' height='422' menu='no' id='gallery'>\n");
	document.write("<param name='movie' value='gallery.swf' />\n");
	document.write("<param name='width' value='821' />\n");
	document.write("<param name='height' value='422' />\n");
	document.write("<param name='quality' value='high' /><param name='menu' value='0'><param name='wmode' value='transparent' />\n");
	document.write("</object>\n");
}

function flashgal1() {
	document.write("<object type='application/x-shockwave-flash' data='gallery_new.swf' width='821' height='482' menu='no' id='gallery'>\n");
	document.write("<param name='movie' value='gallery_new.swf' />\n");
	document.write("<param name='width' value='821' />\n");
	document.write("<param name='height' value='482' />\n");
	document.write("<param name='quality' value='high' /><param name='menu' value='0'><param name='wmode' value='transparent' />\n");
	document.write("</object>\n");
}

function loadswf(swf, ivp, w, h){
	document.write("<object");
	document.write("width=\""+w+"\" height=\""+h+"\"");
	document.write("codebase=\"http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=9,0,0,0\">");
	document.write("<param name=\"movie\" value=\""+swf+"\" />");
	document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
	document.write("<param name=\"allowFullScreen\" value=\"true\" />");
	document.write("<param name='flashvars' value='panorama="+ivp+"' />");
	document.write("<embed src=\""+swf+"\""); 
	document.write("width=\""+w+"\" height=\""+h+"\" align=\"middle\"");
	document.write("play=\"true\"");
	document.write("loop=\"false\"");
	document.write("quality=\"high\"");
	document.write("allowScriptAccess=\"sameDomain\"");
	document.write("allowFullScreen=\"true\"");
	document.write("flashvars=\"panorama="+ivp+"\"");
	document.write("type=\"application/x-shockwave-flash\"");
	document.write("pluginspage=\"http://www.adobe.com/go/getflashplayer\">");
	document.write("</embed>");
	document.write("</object>");
}

function zoom(pagina, w, h){
	var left=(screen.width - w)/2;
	var top=(screen.height- h)/2
	miaFin=window.open(pagina, "info", "width=" + w + ",height=" + h + ", left="+left+", top="+top+", directories=no, location=no, menubar=no, resizable=no, status=no, toolbar=no, scrollbars=no");
	miaFin.focus();
}
