function lanzar(nombre,ancho,alto,nventana){
    	var y=(screen.availHeight/2)-(alto/2);    
    	var x=(screen.availWidth/2)-(ancho/2);
    	window.open(nombre,nventana,"height="+alto+",width="+ancho+",top="+y+"px,left="+x+"px");     
}

function lanzarweb(nombre,nventana){
    	window.open(nombre,nventana);     
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
