// Switch para las hojas de estilos !!!!

if (navigator.appName.indexOf('Microsoft') >= 0){
		document.write("<link rel='stylesheet' href='/ns/css/IE/master2.css' type='text/css' />");}
	else {document.write("<link rel='stylesheet' href='/ns/css/Netscape/master.css' type='text/css' />");}

function goToPage(page){
	if(page!=""){
		location.href =	page;
	}
}