function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}
function popup(url, width, height)
{
	void(window.open(url,"","width="+width+" height="+height+" noresizable"))
}


function Abrir_Ventana(el_url) { 
var especificaciones="top=0, left=0, toolbar=no,location=no, status=no,menubar=no,scrollbars=no, resizable=no, width=500,height=350" 
var titulo="Titulo"
window.open(el_url,titulo,especificaciones); 
}

function popYcierra(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  this.window.close();
}

function prueba(){
	document.write("holaaaaaaaaaaaaaaaaaaa");
}
function quenavegador(){
if (navigator.appVersion.indexOf('MSIE 6.0')!=-1){
alert("soy ie6");
document.write("<link rel=\"stylesheet\" href=\"css/cssIE.css\" type=\"text/css\">");
document.write("<link rel=\"stylesheet\" href=\"css/cssInterIE.css\" type=\"text/css\">");
document.write("<link rel='stylesheet' href='css/cssInterIE.css' type='text/css'>");
}else
{
/*alert("no soy ie6");
document.write("<link rel=\"stylesheet\" href=\"css/css.css\" type=\"text/css\">");
document.write("<link rel=\"stylesheet\" href=\"css/cssInter.css\" type=\"text/css\">");*/
}
}
