function embedFlash(sFlash)
{
	if (sFlash == 'Home') {
		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="870" height="425">\n');
		document.write('<param name="movie" value="into.swf" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="intro.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="870" height="425"></embed>\n');
		document.write('</object>\n');
	}
	if (sFlash == 'Head') {
		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="head.swf" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="head.swf" 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 == 'Compania') {
		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="870" height="366">\n');
		document.write('<param name="movie" value="compania.swf" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="compania.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="870" height="366"></embed>\n');
		document.write('</object>\n');
	}
	if (sFlash == 'Servicios') {
		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="870" height="366">\n');
		document.write('<param name="movie" value="servicios.swf" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="servicios.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="870" height="366"></embed>\n');
		document.write('</object>\n');
	}
}


/*Overs del head*/
var sSrc = '';

function reemplazo(texto,s1,s2){
	return texto.split(s1).join(s2);
}

function InHead(Obj){
	sSrc = Obj.src;	
	Obj.src = reemplazo(Obj.src, 'off', 'over'); 
}
	
function OutHead(Obj){
	Obj.src = sSrc;	
}
	
/* BOTON DERECHO */
var message="Función deshabilitada\n2008 ONIRÍCOM - 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")
