function wina(titulo,largo,alto,eslogan,fichero,kas,tipin) {
	url="/webmasters/sugerir/enlace/banners/?banfichero="+fichero+"&banlargo="+largo+"&banalto="+alto+"&baneslo="+eslogan+"&bankas="+kas+"&bantipin="+tipin;
	largo=largo+320; alto=alto+320;
	window.open(url,titulo,'width='+largo+',height='+alto+',menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=yes,top=100,left=100');
}

function proseguir() {
	var psok;
	psok=true;
	if (document.alta.tipolace.selectedIndex==-1) {
		alert("debe seleccionar el tipo de enlace reciproco");
		psok=false;
	}
	if (!document.alta.tema[0].checked && !document.alta.tema[1].checked) {
		if (psok) { alert("debe seleccionar la temática de la web que desea sugerirnos"); }
		psok=false;
	}
	if (psok) {
//		document.alta.vamos.style.visibility="hidden";
		document.alta.submit();
		if (document.alta.tema[0].checked) {
			if (document.alta.tipolace.selectedIndex==0) { document.location="/webmasters/sugerir/enlace/sin.php"; }
			if (document.alta.tipolace.selectedIndex==1) { document.location="/webmasters/sugerir/enlace/texto_sexo.php"; }
			if (document.alta.tipolace.selectedIndex==2) { document.location="/webmasters/sugerir/enlace/banner_sexo.php"; }
			if (document.alta.tipolace.selectedIndex==3) { document.location="/webmasters/sugerir/enlace/caja.php"; }
		}
		if (document.alta.tema[1].checked) {
			if (document.alta.tipolace.selectedIndex==0) { document.location="/webmasters/sugerir/enlace/sin.php"; }
			if (document.alta.tipolace.selectedIndex==1) { document.location="/webmasters/sugerir/enlace/texto_wm.php"; }
			if (document.alta.tipolace.selectedIndex==2) { document.location="/webmasters/sugerir/enlace/banner_wm.php"; }
			if (document.alta.tipolace.selectedIndex==3) { document.location="/webmasters/sugerir/enlace/caja.php"; }
		}
	}
}
