var isie=0;
	if(window.navigator.appName=="Microsoft Internet Explorer"&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")+5,window.navigator.appVersion.indexOf("MSIE")+8)>=5.5) {
		isie=1;
}
else {
	isie=0;
}
if(isie) {
	var html="";
	html+='<TABLE BGCOLOR="#557311" WIDTH="150" HEIGHT="280" CELLPADDING="0" CELLSPACING="1">';
	html+='<TR><TD BACKGROUND="images/menu/biji.jpg" VALIGN="top">';
	html+='<TABLE WIDTH="100%" HEIGHT="240" CELLPADDING="0" CELLSPACING="0">';
	html+='<ST'+'YLE TYPE="text/css">\n';
	html+='.txt{font-family: verdana;font-size: 12px;font-style: normal;font-weight: bold;color: #FFFFFF;}';
	html+='.txt_favo{font-family: verdana;font-size: 10px;font-style: normal;font-weight: normal;color: #E8E8E8;}';
	html+='.roll_over_menu{cursor: pointer;}';
	html+='</ST'+'YLE>\n';
	html+='<SC'+'RIPT LANGUAGE="JavaScript">\n';
	html+='\n<'+'!--\n';
	html+='window.onerror=null;\n';
	html+='/'+' -'+'->\n';
	html+='</'+'SCRIPT>\n';
	//Inicio
	html+='<TR CLASS="roll_over_menu"><TD HEIGHT="20" ID="index" ONMOUSEOVER="document.all.index.style.background=\'#7DA619\';" ONMOUSEOUT="document.all.index.style.background=\'\';" ONCLICK="window.parent.location.href=\'index.php\';" CLASS="txt">&nbsp;Index</TD></TR>';
	//Expo
	html+='<TR CLASS="roll_over_menu"><TD HEIGHT="20" ID="expo" ONMOUSEOVER="document.all.expo.style.background=\'#7DA619\';" ONMOUSEOUT="document.all.expo.style.background=\'\';" ONCLICK="window.parent.location.href=\'ex_historia.php\';" CLASS="txt">&nbsp;Expo Tabasco</TD></TR>';
	//Eventos
	html+='<TR CLASS="roll_over_menu"><TD HEIGHT="20" ID="eventos" ONMOUSEOVER="document.all.eventos.style.background=\'#7DA619\';" ONMOUSEOUT="document.all.eventos.style.background=\'\';" ONCLICK="window.parent.location.href=\'ev_eventos.php\';" CLASS="txt">&nbsp;Eventos</TD></TR>';
	//Embajadoras
	html+='<TR CLASS="roll_over_menu"><TD HEIGHT="20" ID="embajadoras" ONMOUSEOVER="document.all.embajadoras.style.background=\'#7DA619\';" ONMOUSEOUT="document.all.embajadoras.style.background=\'\';" ONCLICK="window.parent.location.href=\'em_municipios.php\';" CLASS="txt">&nbsp;Embajadoras</TD></TR>';
	//Descargas
	html+='<TR CLASS="roll_over_menu"><TD HEIGHT="20" ID="descargas" ONMOUSEOVER="document.all.descargas.style.background=\'#7DA619\';" ONMOUSEOUT="document.all.descargas.style.background=\'\';" ONCLICK="window.parent.location.href=\'descargas.php\';" CLASS="txt">&nbsp;Descargas</TD></TR>';
	//Visitante
	html+='<TR CLASS="roll_over_menu"><TD HEIGHT="20" ID="visitante" ONMOUSEOVER="document.all.visitante.style.background=\'#7DA619\';" ONMOUSEOUT="document.all.visitante.style.background=\'\';" ONCLICK="window.parent.location.href=\'ev_noticias.php\';" CLASS="txt">&nbsp;Noticias</TD></TR>';
	//Ninios
	html+='<TR CLASS="roll_over_menu"><TD HEIGHT="20" ID="ninios" ONMOUSEOVER="document.all.ninios.style.background=\'#7DA619\';" ONMOUSEOUT="document.all.ninios.style.background=\'\';" ONCLICK="window.parent.location.href=\'ev_galeria.php\';" CLASS="txt">&nbsp;Fotos</TD></TR>';
	//agregar favoritos
	html+='<TR CLASS="roll_over_menu"><TD HEIGHT="20" ID="favo" ONMOUSEOVER="document.all.favo.style.background=\'#7DA619\';" ONMOUSEOUT="document.all.favo.style.background=\'\';" ONCLICK="window.parent.external.AddFavorite(window.top.location.href,window.top.document.title);" CLASS="txt_favo">&nbsp;Agregar a Favoritos</TD></TR>';
	
	html+='</TABLE>';
	html+='</TD></TR>';
	
	html+='</TABLE>';
	
	var oPopup = window.createPopup();
}

function dopopup(x,y) {
	if(isie) {
		var oPopupBody = oPopup.document.body;
		oPopupBody.innerHTML = html;
		oPopup.show(x, y, 150, 280, document.body);
	}
}

function click(e) {
	if(isie) {
		if(document.all) {
			if(event.button==2||event.button==3) {
				dopopup(event.x-1,event.y-1);
			}
		}
	}
}

if(isie) {
	document.oncontextmenu = function() { dopopup(event.x,event.y);return false; }
	document.onmousedown = click;
}
// --> 
