function cargapais() {   
    if (document.SellosMundo.PAIS.options[document.SellosMundo.PAIS.selectedIndex].value=='3434') {
    	document.location='sellos.php3';
    } else {	
    	document.location='buscaseries.php3?PAIS[0]='+document.SellosMundo.PAIS.options[document.SellosMundo.PAIS.selectedIndex].value;
    }	
    return
}

function cargatema() {
    document.location='buscaseries.php3?TEMA[0]='+document.SellosMundo.TEMA.options[document.SellosMundo.TEMA.selectedIndex].value;
    return
}

function abrirventana(pagina) {	
	var popup = window.open(pagina,'Aniversario','width=500,height=425,scrollbars=no,toolbar=no,menubar=no');
	return false;
}

if (parent.frames.length==0) {
		document.location='ponframes.php3?URL=marco_central.php3';
} else {
document.cookie="elpath=&nbsp;";
top.sup.location="marco_superior.php3";
} 

function abrir(arg)
{
ventana=window.open(arg,'Imagen','menubar,toolbar,location,directories,status,scrollbars,resizable,width=710,height=550,left=50,top=20');
ventana.focus();
}
