/*
	Functions useful for Conectu key development
	August 2003, Temuco - Chile
*/

function LimpiaCampo(txt1,txt2)
{
        if(txt1.value=='Usuario')
           txt1.value = '';
        if(txt2.value=='Password')
          txt2.value = '';

}

function LlenaCampo(txt1,txt2)
{
	if(!txt1.value)
	{
		txt1.value='Usuario';
		txt1.blur();
	}
	if((!txt2.value)&&(txt1.value=='Usuario'))
	{
		txt2.value='Password';
		txt2.blur();
	}
}

function CampoLleno(txt1,txt2)
{
       if ((txt1.value=="Usuario")||(txt1.value==""))
       {
                alert("Debe ingresar el Usuario");
                txt1.value='Usuario';
                txt1.focus();
       }
       else
       {
           if(txt2.value=="")
           {
                alert("Debe ingresar su Clave");
                txt1.value='Password';
				txt2.focus();
           }
       }
}

    img1 = new Image();
	img1.src = "/img/bot_calendario_on.gif";

	img2 = new Image();
	img2.src = "/img/bot_calendario.gif";

	img3 = new Image();
	img3.src = "/img/bot_diario_mural_on.gif";

	img4 = new Image();
	img4.src = "/img/bot_diario_mural.gif";

	img5 = new Image();
	img5.src = "/img/bot_album_fotos_on.gif";

	img6 = new Image();
	img6.src = "/img/bot_album_fotos.gif";

	img7 = new Image();
	img7.src = "/img/bot_sitios_interes_on.gif";

    img8 = new Image();
	img8.src = "/img/bot_sitios_interes.gif";

	img9 = new Image();
	img9.src = "/img/bot_revisar_email_on.gif";

	img10 = new Image();
	img10.src = "/img/bot_revisar_email.gif";

	img11 = new Image();
	img11.src = "/img/bot_contacto_on.gif";

	img12 = new Image();
	img12.src = "/img/bot_contacto.gif";

	img13 = new Image();
	img13.src = "/img/bot_especialidades_on.gif";

	img14 = new Image();
	img14.src = "/img/bot_especialidades.gif";

	img15 = new Image();
	img15.src = "/img/bot_admision_on.gif";

	img16 = new Image();
	img16.src = "/img/bot_admision.gif";

    img17 = new Image();
	img17.src = "/img/bot_practicas_profesionales_on.gif";

	img18 = new Image();
	img18.src = "/img/bot_practicas_profesionales.gif";



	function cambia(nombre,imagen)
	{
	nombre.src = imagen.src
	}

if (window != top) { top.location.href = location.href; }

/* This one tries to avoid the spammer's software that collects emails from web pages */
/* Usage: fckd_mail('webmaster','conectu','com' [,'alt text']) */
function fckd_mail() { a0=arguments[0]; a1=arguments[1]; a2=arguments[2]; a3=arguments[3]; mail_unfckd=a0+'@'+a1+'.'+a2; a3=(typeof(a3)=='undefined')?mail_unfckd:a3; document.write('<a href="mailto:'+mail_unfckd+'">'+a3+'<\/a>'); }

function fckd_flash(file, width, height){

var menu = 'false';
if (arguments.length>=4) { menu = 'true'; }

txt = '<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="'+ width +'" height="'+ height +'" > '
+ '<param name="quality" value="high" /><param name="menu" value="'+ menu +'" /><param name="bgcolor" value="#FFFFFF" /> '
+ '<param name="movie" value="'+ file +'" /> '
+ '<param name="wmode" value="opaque" /> '
+ '<embed src="'+ file +'" width="'+ width +'" height="'+ height +'" wmode="opaque"></embed> '
+ '</object> ';
document.write(txt);
}
