<!-- Begin

function roll(image_name, image_src) {
	document[image_name].src = image_src;
}
 
function newEncuesta() {
 	window.open("m-0-00000.php?encuesta=mensaje", null, "height=556, location=no, menubar=no, status=no, resizable=no, scrollbars=yes, width=625");
	return(false);
}

function formSubmit(form_id) {
	form_name = document.getElementById(form_id);
	form_name.submit();
}

function newWindow(object_id) {
 	window.open("g-0-10300.php?prm0=" + object_id, null, "height=556, location=no, menubar=no, status=no, resizable=no, scrollbars=yes, width=900");
	return(false);
}

function busquedaWindow(valor, nombre, check) {
	var textbox = document.getElementById(valor);
	if(textbox.value=="") {
		return(false);
	}
	var listbox1 = document.getElementById(nombre);
	var imagenes = document.getElementById(check);
  var indice = listbox1.selectedIndex;
  
  var imagen_valor = imagenes.checked;
  
  var textoEscogido = listbox1.options[indice].value;
 	
  var ventana = window.open("g-0-10400.php?nombre=" + textoEscogido + "&valor=" + textbox.value + "&seteado=si"+ "&imagenes=" + imagen_valor , null, "height=600, location=no, menubar=no, status=no, resizable=no, scrollbars=yes, width=780");
 	ventana.close();
  var ventana2 = window.open("g-0-10400.php?nombre=" + textoEscogido + "&valor=" + textbox.value + "&seteado=si"+ "&imagenes=" + imagen_valor , null, "height=600, location=no, menubar=no, status=no, resizable=no, scrollbars=yes, width=780");
  //ventana2.document.location.reload(); 
	return(false);
}

function avanzadaWindow() {
 	var ventana = window.open("g-0-10500.php?seteado=si&id="+Math.floor(Math.random()*10000), null, "height=600, location=no, menubar=no, status=no, resizable=no, scrollbars=yes, width=780");
 	ventana.close();
 	var ventana2 = window.open("g-0-10500.php?seteado=si&id="+Math.floor(Math.random()*10000), null, "height=600, location=no, menubar=no, status=no, resizable=no, scrollbars=yes, width=780");
//  ventana2.document.location.reload(); 
	return(false);
}

function newWindowImage(object_id) {
 	window.open("m-0-12402.php?prm0=" + object_id, null, "height=556, location=no, menubar=no, status=no, resizable=no, scrollbars=yes, width=625");
	return(false);
}

function showLayer(obj) {
	layer0 = document.getElementById(obj);
	layer1 = document.getElementById('load');
	layer0.className = "visible";
	layer1.className = "hidden";
	return(true);
}

// End -->
