var mm="Net Service ®";  
function cc(e) {
if (document.all) {
if (event.button == 2) {
alert(mm);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(mm);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=cc;

parent.mi01.defaultStatus="Net Service - El Placer de Navegar";


function pop(pag) {
setup='toolbar=no,location=no,directories=no,status=no,menubar=no,width=350,height=350'  
setup += 'scrollbars=no,resizable=no' 
pop1 = window.open (pag,"pop1", setup)
}
   
function pop2(pag) {
setup='toolbar=no,location=no,directories=no,status=no,menubar=no,width=600,height=600'  
setup += 'scrollbars=yes,resizable=no' 
pop1 = window.open (pag,"pop1", setup)
}


function resalta(opcion) {
// alert("resaltamos "+opcion);
// parent.mi01.document.all.+opcion+.style.color="#000000"
// parent.mi01.document.all.+opcion+.style.fontWeight="bold"
}

//				HM_PG_MenuWidth = 240;
				HM_PG_FontFamily = "Verdana"					//"Arial,sans-serif";
//				HM_PG_FontSize = 9;
				HM_PG_FontBold = 1;
				HM_PG_FontItalic = 0;
				HM_PG_FontColor = "blue";
				HM_PG_FontColorOver = "white";
				HM_PG_BGColor = "menu"; //"#DDDDDD";
				HM_PG_BGColorOver = "highlight"; // "#FFCCCC";
				HM_PG_ItemPadding = 3;

//				HM_PG_BorderWidth = 3;
//				HM_PG_BorderColor = "threedhighlight"; // "black";
				HM_PG_BorderStyle = "groove";  // solid
				HM_PG_SeparatorSize = 1;
				HM_PG_SeparatorColor = "#d0ff00";

				HM_PG_ImageSrc = "tri.gif";
				HM_PG_ImageSrcLeft = "triL.gif";
				HM_PG_ImageSrcOver = null; 			// 4.1
				HM_PG_ImageSrcLeftOver = null;		// 4.1

				HM_PG_ImageSize = 5;
				HM_PG_ImageHorizSpace = 0;
				HM_PG_ImageVertSpace = 7;

				HM_PG_KeepHilite = true; 
				HM_PG_ClickStart = 0;
				HM_PG_ClickKill = 0; 
				HM_PG_ChildOverlap = -3;
				HM_PG_ChildOffset = 5;
				HM_PG_ChildPerCentOver = null;
				HM_PG_TopSecondsVisible = 0.5;
				HM_PG_StatusDisplayBuild =0;
				HM_PG_StatusDisplayLink = 0;
				HM_PG_UponDisplay = null;
				HM_PG_UponHide = null;
				HM_PG_RightToLeft = false;

				HM_PG_CreateTopOnly = 1;
				HM_PG_ShowLinkCursor = 1;
				HM_PG_NSFontOver = true;


function a(theURL) {
	theURL=theURL+".htm" 
	window.open(theURL,'mi01')
}

function home() {
	top.location.href='default.htm'
}


function rm(sec) {
	// parent.ms02.taxc.location.href=sec
	
	self.location.href=sec
}	

function nnvv() {
					if (parent.mi01) {
						// window.alert("ok marco")
					}
					else {
						dest=document.location
						top.location.href = "li.asp?li="+dest
					}
}