window.seleccionado=null
window.seleccionadomenu=null
function goTo(url)
{ 
	location.href= url;
}
over=function(e){
	if (seleccionado!=e) {
		e.style.backgroundColor='#f2f2f2';
		
	}	
	
}
out=function(e){
	if (seleccionado!=e){
		 e.style.backgroundColor='#ffffff';
 
	}
}
overT=function(e){
	if (seleccionado!=e){
	     e.style.backgroundColor='#EDF9C8';
   	}
}
outT=function(e){
	if (seleccionado!=e) {
	     e.style.backgroundColor='#ffffff';
   	 	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
