/* Flash animace */

function RunAnimation()
{
       var introFO = new FlashObject("/www/js/background.swf", "fla", "100%", "770", "6", "#10343D");
		introFO.addParam("wmode", "transparent");
		introFO.addParam("scale", "noscale");
		introFO.addParam("anim", "false");
		introFO.write("flashcontent");
		
}

/* Flash logo */

function SwfLogo()
{
       var introFO = new FlashObject("/www/swf/logo.swf?clickthru=/", "fla", "230", "72", "6");
		introFO.addParam("wmode", "transparent");
		introFO.addParam("scale", "noscale");
		introFO.addParam("anim", "false");
		introFO.write("logoswf");
		
}

/* MP3 Player HP  */

function mp3player()
{
       var introFO = new FlashObject("mp3player02.swf", "fla", "290", "80", "6", "#10343D");
		introFO.addParam("wmode", "transparent");
		introFO.addParam("scale", "noscale");
		introFO.addParam("anim", "false");
		introFO.write("mp3");
		
}



/* Popup videa */

function PopupPic(sPicURL) { 
window.open("popup.html", "", "resizable=0,height=45,width=290");
}

function PopupPicVideo01(sPicURL) { 
window.open("files/video/video-tv-ocko.html", "", "resizable=0,height=520,width=360");
}

function PopupPicVideo02(sPicURL) { 
window.open("files/video/video-fabric.html", "", "resizable=0,height=520,width=360");
}

function PopupPicVideo03(sPicURL) { 
window.open("files/video/video-mainstation.html", "", "resizable=0,height=520,width=360");
}

function PopupPicVideo04(sPicURL) { 
window.open("files/video/video-mad.html", "", "resizable=0,height=520,width=360");
}

function PopupPicVideo05(sPicURL) { 
window.open("files/video/video-amazing-city.html", "", "resizable=0,height=510,width=500");
}


/* Sifr */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({sSelector:"h2.home", sFlashSrc:"/www/js/futura.swf", sColor:"#00FFFF", sLinkColor:"#000000", sBgColor:"#10343D", sHoverColor:"#CCCCCC", nPaddingTop:0, sFlashVars:"textalign=left&offsetLeft=0", sWmode:"transparent"}));
	
	sIFR.replaceElement(named({sSelector:"h2.main", sFlashSrc:"/www/js/futura.swf", sColor:"#FFFFFF", sLinkColor:"#000000", sBgColor:"#10343D", sHoverColor:"#CCCCCC", nPaddingTop:0, sFlashVars:"textalign=left&offsetLeft=0", sWmode:"transparent"}));
	
};




