//*-------scp01_ni.js-----04/03/02 12:38p.m.-------------------------------*//
function abreteya() 
{
msg=open("ni_hoy.htm","DisplayWindow","toolbar=no,directories=no,scrollbars=yes,resizable=yes ,menubar=no,height=700,width=700");
}
//*-------formhandler----04/03/02 12:38p.m.-------------------------------*//
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
TARGET="_top";
}
//*-----------------------------------------------------------------------------*//
function abrepopup() 
{
window.open("http://www.medspain.com/pregunta.HTML","","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=no,resizable=no,width=400,height=360,left=10,top=10");
}
//*-----------------------------------------------------------------------------*//
function go(){
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
		}
	}
//*-----------------------------------------------------------------------------*//
function changeBackground(hexNumber)
{
	document.bgColor=hexNumber
}
//*-----------------------------------------------------------------------------*//
function abreteya() 
{
msg=open("ni_hoy.htm","DisplayWindow","toolbar=no,directories=no,scrollbars=yes,resizable=yes,menubar=no,height=300,width=400");
}

//*-----------------------------------------------------------------------------*//




