var isIE = navigator.appName.indexOf("Microsoft") != -1;

function set_title(new_title)
{
        document.title=new_title;
}


function code(path, tamx, tamy, frame_type, back_color, text_color, g_map)
{
        var TextColor=text_color;
        
	if (g_map==undefined)  
		g_map="google.xml";

	if (frame_type==undefined)
		frame_type="";

	gmap_file=path+g_map;

        var str='';

        sizex=parseInt(tamx);
        sizey=parseInt(tamy);

	str+='<div id="flashcontent">Для просмотра виртуального тура требуется установить флеш-проигрыватель <a href="http://www.adobe.com/go/getflashplayer/">Adobe Flash Player 9</a>.<br />';
	str+='</div>';
	document.write(str);

	//document.getElementById("map").style.height=0;
	
	str='';	
	var so = new SWFObject("podacha.swf", "pano", tamx, tamy, "9.0.0", back_color); 
	so.useExpressInstall('expressinstall.swf');
	so.addVariable("redirect", window.location);
	so.addVariable("tourPath", path);
	so.addVariable("backColor", back_color);
	so.addVariable("TextColor", text_color);
	so.addParam("allowFullScreen","true");
	so.addParam("allowScriptAccess","sameDomain");
	so.write("flashcontent");


        //str+='<P><FONT FACE="Verdana", "Arial", "Helvetica" SIZE="2" color='+TextColor+'><B> (C) Студия "ПАНОРАМИК", 2007 </B></FONT></P> ';

	document.write(str);
}
