//var dominio = "http://localhost"
var dominio = "http://www.tauarchitettura.it/"

function fotoSWF()
{
	
	var Ua = navigator.userAgent;
	if ( Ua.indexOf('iPad')<0 && Ua.indexOf('iPhone')<0 )
	{
	
		var shtml = "<object classid=\"clsid:d27CDB6E-AE6D-11cf-96B8-444553540000\"";
		shtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
		shtml += "  width=\"655\" height=\"195\" id=\"simple_movie\" align=\"\">";
		shtml += " <param name=\"movie\" value=\""+dominio+"/images/tau-top.swf\">";
		shtml += " <param name=\"quality\" value=\"high\">";
		shtml += " <param name=\"bgcolor\" value=\"#ffffff\">";
		shtml += " <param name=\"wmode\" value=\"transparent\">";
		shtml += " <param name=\"scale\" value=\"noborder\">";
		shtml += " <embed src=\""+dominio+"/images/tau-top.swf\" ";
		shtml += " quality=\"high\" bgcolor=\"#ffffff\" scale=\"noborder\" width=\"655\" height=\"195\" ";
		shtml += " name=\"simple_movie\" align=\"\" wmode=\"transparent\" ";
		shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
		shtml += "</object>"
	
		var md = document;
		var swf1 = md.getElementById("flash");
		swf1.innerHTML = shtml;
	
	}
}


function EN_fotoSWF(){
	
	
	var Ua = navigator.userAgent;
	if ( Ua.indexOf('iPad')<0 && Ua.indexOf('iPhone')<0 )
	{
	
		var shtml = "<object classid=\"clsid:d27CDB6E-AE6D-11cf-96B8-444553540000\"";
		shtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
		shtml += "  width=\"655\" height=\"195\" id=\"simple_movie\" align=\"\">";
		shtml += " <param name=\"movie\" value=\""+dominio+"/images/en_tau-top.swf\">";
		shtml += " <param name=\"quality\" value=\"high\">";
		shtml += " <param name=\"bgcolor\" value=\"#ffffff\">";
		shtml += " <param name=\"wmode\" value=\"transparent\">";
		shtml += " <param name=\"scale\" value=\"noborder\">";
		shtml += " <embed src=\""+dominio+"/images/en_tau-top.swf\" ";
		shtml += " quality=\"high\" bgcolor=\"#ffffff\" scale=\"noborder\" width=\"655\" height=\"195\" ";
		shtml += " name=\"simple_movie\" align=\"\" wmode=\"transparent\" ";
		shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
		shtml += "</object>"
	
		var md = document;
		var swf1 = md.getElementById("flash");
		swf1.innerHTML = shtml;
	
	}
}



function homeSWF(){
	
	
	var Ua = navigator.userAgent;
	if ( Ua.indexOf('iPad')<0 && Ua.indexOf('iPhone')<0 )
	{

	var shtml = "<object classid=\"clsid:d27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml += "  width=\"450\" height=\"350\" id=\"simple_movie\" align=\"\">";
	shtml += " <param name=\"movie\" value=\""+dominio+"/images/tau-home.swf\">";
	shtml += " <param name=\"quality\" value=\"high\">";
	shtml += " <param name=\"bgcolor\" value=\"#531515\">";
	shtml += " <param name=\"wmode\" value=\"window\">";
	shtml += " <param name=\"scale\" value=\"noborder\">";
	shtml += " <embed src=\""+dominio+"/images/tau-home.swf\" ";
	shtml += " quality=\"high\" bgcolor=\"#531515\" scale=\"noborder\" width=\"450\" height=\"350\" ";
	shtml += " name=\"simple_movie\" align=\"\" wmode=\"window\" ";
	shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml += "</object>"

	var md = document;
	var swf2 = md.getElementById("home");
	swf2.innerHTML = shtml;
	
	}
}
