	if(it0[0]!=null)
	{
//	changeOn(it0[0],it0[1]);
	selectedMenu0=it0[0];
	selectedMenu1=it0[1];
		
	if(pMenuHeight=='')
	{	
		pMenuHeight=(eval("m"+it0[0]+""+it0[1]+"Arr.length")*17);
		for(ii=1;ii<(eval("m"+it0[0]+""+it0[1]+"Arr.length"));ii++)
			pMenuHeight+=(eval("m"+it0[0]+""+it0[1]+""+ii+"Arr.length")*(17));
		//pMenuHeight+=25;
		menu2Height=pMenuHeight;
		if(img1!=""){menu2Height+=50}else{pMenuY-=50};
		if(img2!="")menu2Height+=60;
		if(texto1!=""){menu2Height+=70;}
		picM2Y=pMenuY+pMenuHeight-4;
		text1Y=picM2Y+62;
		if(texto1!="")		
			text2Y=picM2Y+95
		else
			text2Y=picM2Y+62;		
	}
	
	buildLayer("menu2F","menu2",10,"visible");
		makeTableFrame(menu2Width,menu2Height,"#CECECE","#FFFFFF");
	closeLayer();
	
	buildLayer("menu2","menu2",15,"visible");
		buildLayer("picM1","picM1",15,"visible");
			if(img1!="" && img1Url!=""){d.write("<a href="+img1Url+" alt='"+img1Alt+"' border=0 class='pequeno'><img src='"+img1+"' border=0 class='pequeno'></a>");}
				else if (img1!="" && img1Url==""){d.write("<img border=0 class='pequeno' src='"+img1+"'>")}
		closeLayer();
		buildLayer("pMenu","pMenu",25,"visible");
			d.write("<table width='"+pMenuWidth+"' border='0' cellpadding='0' cellspacing='0'>");		
			for(ff=0;ff<eval("m"+it0[0]+""+it0[1]+"Arr.length");ff++)
			{
			 	if(eval("l"+it0[0]+""+it0[1]+"Arr["+ff+"]")==seleccionOp)
					stlProp="rojo"
				else
					stlProp="pequenobold";				
				d.write("<tr><td class='"+stlProp+"' colspan=2>-&nbsp;<a href=javascript:goLocation("+it0[0]+","+it0[1]+","+ff+",null,'') class='"+stlProp+"'>"+eval("m"+it0[0]+""+it0[1]+"Arr["+ff+"]")+"</a></td></tr>");			
			 	for(dd=0;dd<eval("m"+it0[0]+""+it0[1]+""+ff+"Arr.length");dd++)
					{			 	
						if(eval("l"+it0[0]+""+it0[1]+""+ff+"Arr["+dd+"]")==seleccionOp)
							stlProp="rojo"
						else
							stlProp="pequenobold";
					d.write("<tr><td width='10' class='"+stlProp+"'>&nbsp;</td><td class='"+stlProp+"'>&middot;&nbsp;<a href=javascript:goLocation("+it0[0]+","+it0[1]+","+ff+","+dd+",'') class='"+stlProp+"'>"+eval("m"+it0[0]+""+it0[1]+""+ff+"Arr["+dd+"]")+"</a></td></tr>");}				 			
			}
			d.write("</table>");			
		closeLayer();
		
		buildLayer("picM2","picM2",15,"visible");
			if(img2!="" && img2Url!=""){d.write("<a href="+img2Url+" alt='"+img2Alt+"' border=0 class='pequeno'><img border=0 class='pequeno' src='"+img2+"'></a>");}
				else if (img2!="" && img2Url==""){d.write("<img border=0 class='pequeno' src='"+img2+"'>")}	
		closeLayer();
		
		buildLayer("text1","text1",25,"visible");
			if(texto1!="")d.write('<font class="grisnormal">'+texto1+'</font>');	
		closeLayer();

		buildLayer("text2","text2",25,"visible");
			if(texto2!="")d.write('<font class="grisnormal">'+texto2+'</font>');	
		closeLayer();

		lineaTY=picM2Y+59;
		buildLayer("lineaT","lineaT",125,"hidden","#CECECE");
			d.write("<img src='"+rutaEst+"fijos/images/t.gif' height='1' width='"+lineaTWidth+"'>");	
		closeLayer();						
	closeLayer();

	if((texto1!="")||(texto2!="")) 
		{showLayer("","","menu2","lineaT");	}

	buildLayer("menuMigas","menuMigas",1,"visible");
		texxArr=new Array(4);texxArr[0]="<a href=javascript:goLocation(null,null,null,null,''); class='pequenobold'>inicio</a>";
		stlArr=new Array(4);stlArr[0]="pequenobold";
		yy=0;
		while((popC0[yy]!=null)&&(yy<3))
		{
		 	if(popC0[yy+1]!=null)
			{
				colorUltim="pequeno";
				it0=locateNode(popC0[yy]);
				if(it0[0]!=null)
				{
			 	 	texxArr[yy+1]="&nbsp;>&nbsp;<a href=javascript:goLocation("+it0[0]+","+it0[1]+","+it0[2]+","+it0[3]+",''); class='"+colorUltim+"'>"+getLiteral(it0)+"</a>";
					stlArr[yy+1]=colorUltim;
				}
				else
					stlArr[yy]="rojo";						
			}
			else
			{
				colorUltim="rojo";
				it0=locateNode(popC0[yy]);
				if(it0[0]!=null)
				{
			 	 	texxArr[yy+1]="&nbsp;>&nbsp;<font class='"+colorUltim+"'>"+getLiteral(it0)+"</font>";
					stlArr[yy+1]=colorUltim;
				}
				else
					stlArr[yy]="rojo";
			}
			
			yy++;
		}
		makeTableText(menuMigasWidth,texxArr,stlArr,"left");
	closeLayer();
	}		

