var nombre="";
var Url = location.href;
Variables = Url.split ("/");
url_simple=Variables[Variables.length-1];
nombre=url_simple.substring(0,url_simple.indexOf('.htm'));
//
// Funcion de ancla
function goAnchor(id,tope){
	navegador=navigator.userAgent;
	window.document.documentElement.scrollTop=tope;
}
function goAnchor2(id){
	navegador=navigator.userAgent;
	anchorPos = window.document.getElementById(id).offsetTop;	
	window.document.documentElement.scrollTop=anchorPos-30;
}