function embedFlash(sFlash, sIdioma, iSec, sURL)
{
	if (sFlash == 'Header') {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="97">\n');
		document.write('<param name="movie" value="cabecera_' + sIdioma + '.swf?sec=' + iSec + '&urlIr=' + sURL + '&idioma=' + sIdioma + '" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="cabecera_' + sIdioma + '.swf?sec=' + iSec + '&urlIr=' + sURL + '&idioma=' + sIdioma + '" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="97"></embed>\n');
		document.write('</object>\n');
	}
	if (sFlash == 'Novedad') {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="215" height="215">\n');
		document.write('<param name="movie" value="novedad_bg.swf?cod=' + iSec + '&Rand=' +  sURL + '" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="novedad_bg.swf?cod=' + iSec + '&Rand=' +  sURL + '" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="215" height="215"></embed>\n');
		document.write('</object>\n');
	}
	if (sFlash == 'Intro') {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="430">\n');
		document.write('<param name="movie" value="cargador_' + sIdioma + '.swf?cod=' + iSec + '&rand=' + sURL + '" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="cargador_' + sIdioma + '.swf?cod=' + iSec + '&rand=' + sURL + '" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="430"></embed>\n');
		document.write('</object>\n');
	}
	if (sFlash == 'Gemballa') {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="194">\n');
		document.write('<param name="movie" value="img/cabeceras/head_29_' + sIdioma + '.swf" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="img/cabeceras/head_29_' + sIdioma + '.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="194"></embed>\n');
		document.write('</object>\n');
	}
}


/* BOTON DERECHO */
var message="Función deshabilitada\n2007 The Collection Motor Sport - Todos los derechos reservados"; 

function clickIE4(){
	if (event.button==2){
		alert(message);
		return false;
	}
}

function clickNS4(e){
	if (document.layers||document.getElementById&&!document.all){
		if (e.which==2||e.which==3){
			alert(message);
			return false;
		}
	}
}

if (document.layers){
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
	document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")
