function colorcelda(celda,color){
	celda.bgColor=color;
}
function quita_registro(){
document.getElementById("registrate").style.visibility="hidden"}function abrirVentana() {mywindow = window.open ("llamada_tipica.htm","llamada","location=0,status=0,scrollbars=0,width=400,height=188");
}
function abrirVentanavale() {
mywindow = window.open ("tienesvale.htm","llamada","location=0,status=0,scrollbars=0,width=400,height=240");
}
function abrirVentanacond() {
mywindow = window.open ("condiciones_uso.htm","llamada","location=0,status=0,scrollbars=yes,width=676,height=600");
}
function abrirVentanapol() {
mywindow = window.open ("politica_privacidad.htm","llamada","location=0,status=0,scrollbars=yes,width=676,height=600");
}
function popupregata() {
mywindow = window.open ("regata.php","llamada","location=0,status=0,scrollbars=no,width=400,height=300,resizable=1,top=100,left=100");
}
function popupvacaciones() {
mywindow = window.open ("popup_vacaciones.php","llamada","location=0,status=0,scrollbars=no,width=400,height=300,resizable=1,top=100,left=100");
}
function popupvacaciones2() {
mywindow = window.open ("popup_vacaciones2.php","llamada","location=0,status=0,scrollbars=no,width=400,height=300,resizable=1,top=100,left=100");
}
function popuppromo50() {
mywindow = window.open ("popup_promo50.php","llamada","location=0,status=0,scrollbars=no,width=328,height=474,resizable=1,top=100,left=100");
}

function entrada(){
	document.entrada.submit();
	document.entrada.usuario.value = "";
	document.entrada.password.value = "";
}

function random_imglink(){

var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="imgs/chica_home.jpg"
myimages[2]="imgs/Hablas_ing.jpg"
myimages[3]="imgs/chica_home3.jpg"
myimages[4]="imgs/chica_home4.jpg"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img border=0 src="'+myimages[ry]+'" class="borde_rosa">')
}

function random_imglink_link(link){

var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="imgs/chica_home.jpg"
myimages[2]="imgs/Hablas_ing.jpg"
myimages[3]="imgs/chica_home3.jpg"
myimages[4]="imgs/chica_home4.jpg"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write(link + '<img border=0 src="'+myimages[ry]+'" class="borde_rosa"></a>')
}

