//AÑADIDO POR DINGHO
 //Publicidad de Google
google_ad_client = "pub-1725704698684687";
google_alternate_ad_url = "http://www.quientv.com/altimp728x90.htm";
google_ad_width = "728";
google_ad_height = "90";
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-21: Trabajo
google_ad_channel = "6008941598";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "003366";
google_color_text = "000000";
google_color_url = "3333FF";
google_ui_features = "rc:0";
 
 
//vent insc prof (uso)
		function ventana1() {
						 var win;
						 win=window.open("http://www.quientv.com/catalan/ventprofes.html","profe","height=650 ,width=620 ,left=10 ,top=10 ,resizable=no");
		}

//vent ext insc. emp. (uso)
function ventana2() {
var win;
win=window.open("http://www.quientv.com/catalan/formempresa.php","empresa","width=700,left=10,top=10,resizable=no,scrollbars=yes");
    }
		
//ventana privado
    function ventana3() {
    var win;
    win=window.open("privado.html","Texto","height=500,width=400,left=10,top=10,resizable=yes");
    win.setTimeout("window.close()",30000);
    }
//ventana mail quientv
    function mail_quientv() {
    var win;
    win=window.open("mail/contacto.php","contacto","height=700,width=650,left=10,top=10,resizable=yes");
     }

//ENVIAR TRABAJO	INTERIOR	 
		 function trabajo() {
    var win;
    win=window.open("http://www.quientv.com/catalan/formoferta.php","oferta","height=700,width=650,left=10,top=10,resizable=yes");
     }
	//ENVIAR TRABAJO	EXTERIOR	 
		 function trabajo2() {
    var win;
    win=window.open("http://www.quientv.com/catalan/formoferta.php","oferta","height=700,width=650,left=10,top=10,resizable=yes");
     }
//ENVIAR TRABAJO	DESDE PREOFERTA	 
		 function trabajo3() {
    var win;
    win=window.open("http://www.quientv.com/catalan/formoferta.php");
     }
//ENVIAR DEMANDA
    function demanda() {
    var win;
    win=window.open("formdemanda.html","demanda","height=700,width=650,left=10,top=10,resizable=yes");
     }

//Botón mouse derecho
       document.oncontextmenu = function(){return false}
//cambio imagenes
    

// AntiSpam
		function mailAntiSpam()
		{
		var usuario = "webmaster"
		var dominio = "quientv.com?subject= PUBLICAR CURRÍCULUM EN LA WEB DE QUIEN TV"
		Email =  usuario + "@" + dominio
		document.write("<a href=\"mailto:" + usuario + "@" + dominio + "\" >- PUBLICAR CURRÍCULUM EN LA WEB -</a>")
		}
			