
function docWrite(filename, pidlanguage) {

	if(filename=='adspacehome.xsl') {
		var url;
		url = '/ADSpaces/usr/swf/banner.swf?xml_data=/ADSpaces/usr/swf/adhome_'+pidlanguage+'.xml'
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="50">');
		document.write('	<param name="movie" value=\''+url+'\' />');
		document.write('	<param name="quality" value="high"/>');
		document.write('	<embed src=\''+url+'\' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="50"></embed>');
		document.write('</object>');		
	}
    if(filename=='maps.htm') {
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ID="mapa" WIDTH="314" HEIGHT="260">');
		document.write('	<PARAM NAME="movie" VALUE="mapa.swf?lang='+pidlanguage+'"> ');
		document.write('	<PARAM NAME="quality" VALUE="high"> ');
		document.write('	<PARAM NAME="bgcolor" VALUE="#FFFFFF"> ');
		document.write('	<EMBED src="mapa.swf?lang='+pidlanguage+'" quality="high" bgcolor="#FFFFFF"  WIDTH="314" HEIGHT="260" swLiveConnect="true" NAME="mapa" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
		document.write('</OBJECT>');
	}
	if(filename=='content.htm') {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="424" height="260">');
		document.write('	<param name="movie" value="trenhome.swf?idioma='+pidlanguage+'">');
		document.write('	<param name="quality" value="high">');
		document.write('	<embed src="trenhome.swf?lang='+pidlanguage+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="424" height="260"></embed>');
		document.write('</object>');
	}
	if(filename=='botonera.xsl') {
        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ID="botonera" width="760" height="64">');
        document.write('	<param name="movie" value="../xsl/botonera.swf?lang='+pidlanguage+'"/>');
        document.write('	<param name="quality" value="high"/>');
        document.write('	<embed src="../xsl/botonera.swf?lang='+pidlanguage+'" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="760" height="64" swLiveConnect="true" NAME="botonera"></embed>');
        document.write('</object>');
	}
	
}
