function right(str,n){
    if (n <= 0) return "";else if (n > String(str).length) return str;
    else {var iLen = String(str).length;return String(str).substring(iLen, iLen - n);}
}
function ShowSWF(m,w,h,id) {
	if (m=="adm-disneyades-01ar-72860.swf") return;
	if(right(m,3) == "swf"){	
		var ADM_flash = '<OBJECT id="adMain" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'" onMouseOver="ADM_glInv=false" onMouseOut="ADM_glInv=true"><PARAM name="movie" value="http://demo.admotion.com.ar/MOVIES/'+m+'"><PARAM name="FlashVars" value="clickTAG=http://www.admotion.com.ar&host=demo&movieNum=NaN"><PARAM name="menu" value="false"><PARAM name="wmode" value="transparent"><PARAM name="quality" value="high"><embed src="http://demo.admotion.com.ar/MOVIES/'+m+'" FlashVars="clickTAG=http://www.admotion.com.ar&host=demo&movieNum=NaN" menu="false" wmode="transparent" quality="high" onmouseover="ADM_glInv=false" onmouseout="ADM_glInv=true" id="adMainEMB" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" ></embed></OBJECT><SCR'+'IPT event="FSCommand(command,args)" for="adMain">adMain_DoFSCommand(command,args);</SCR'+'IPT>';
	}else{
		var ADM_flash = '<a target="_blank" href="http://www.admotion.com.ar"><img id="adMain" width="'+w+'" height="'+h+'" src="http://demo.admotion.com.ar/MOVIES/'+m+'" border="0"></a>';		
	}
	document.getElementById(id).innerHTML = ADM_flash;
}
