﻿function bigvisibletrue() {
	document.getElementById("brandmapBig").style.visibility="visible";
}
function bigvisiblefalse() {
	document.getElementById("brandmapBig").style.visibility="hidden";
}

try
{
    var s1 = new SWFObject("/Style Library/Flash/brandmap.swf","playlist","155","140","7", "0x000000");
    s1.addParam("wmode","transparent");
    s1.addVariable("file","/Style Library/Flash/brandmap_fr.xml");
    s1.addVariable("imgpath","/SiteCollectionImages/webparts/brands/");
    s1.write("brandmap");	
}
catch(err)
{
    txt="There was an instantiating a Flash SWFObject for the identifier brandmap.\n\n";
    txt+="Error description: " + err.description + "\n\n";
    alert(txt);
}


try 
{
    var s2 = new SWFObject("/Style Library/Flash/brandmap_big.swf","playlist","420","280","7", "0x000000");
    s2.addParam("wmode","transparent");
    s2.addVariable("file","/Style Library/Flash/brandmap_fr.xml");
    s2.addVariable("imgpath","/SiteCollectionImages/webparts/brands/");
    s2.write("brandmapBig");	
}
catch(err)
{
    txt="There was an instantiating a Flash SWFObject for the identifier brandmapBig.\n\n";
    txt+="Error description: " + err.description + "\n\n";
    alert(txt);
}

