var str1="";
var count1=0
var inStr1=""
var x=0
var j=0
var arrTBMenu=""
arrTBMenu=arMenu1
str1="<div id=menu1 class=menu onmouseover=menuMouseover(event) style='width:150'>"
	for(j=0;j<arrTBMenu.length;j=j+3)	
	{	
		count1=count1+1
			
		if(arrTBMenu[j+2] == 1)
		 {							
			str1+="<a class=menuItem href=" + '"' + arrTBMenu[j+1] + '"' + " onclick='return false;' onmouseover=" + '"' + "menuItemMouseover(event,'menu1_"+count1+"');" + '"' + "><span class=menuItemText>&nbsp;&nbsp;"+arrTBMenu[j]+"</span><span class=menuItemArrow ><img src='../images/top/arrow.gif' border=0 width=5 height=8></span></a>"
			//<div class=menuItemSep></div>"
			str1+="<table cellspacing=0 cellpadding=0 border=0 width=150><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"

			arrTBMenu1=eval("arMenu1_"+count1)
			inStr1+="<div id=menu1_"+count1+" class=menu onmouseover=menuMouseover(event) style='width:145;z-index:102'>"
			for(x=0;x<arrTBMenu1.length;x=x+3)	
			{
				if(arrTBMenu1[x].indexOf("%~%")!=-1)
				{
					//arrTBMenu1[x]=arrTBMenu1[x].replace("%~%","");					
				}			
				
				inStr1+="<a class=menuItem href="+arrTBMenu1[x+1]+" style='padding-left:10;cursor:hand'>"+arrTBMenu1[x].replace("%~%","")+"</a>"
				inStr1+="<table cellspacing=0 cellpadding=0 border=0 width=145><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"				
			}
			inStr1+="<table cellspacing=0 cellpadding=0 border=0 width=145><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
			inStr1+="</div>"
							
		}
		else
		 {
			str1+="<a class=menuItem href="+arrTBMenu[j+1]+" style='padding-left:10;cursor:hand'>"+arrTBMenu[j]+"</a>"
			str1+="<table cellspacing=0 cellpadding=0 border=0 width=150><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"
		}
	
	
	
	}
str1+="<table cellspacing=0 cellpadding=0 border=0 width=150><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
str1+="</div>"

document.write(inStr1);
document.write(str1);
/*var str2="";
var count2=0
var inStr2=""
var x=0
var j=0
var arrTBMenu=""
arrTBMenu=arMenu2
str6="<div id=menu2 class=menu onmouseover=menuMouseover(event) style='width:100' nowrap>"
	for(j=0;j<arrTBMenu.length;j=j+3)	
	{	
		count2=count2+1		
		 str2+="<a class=menuItem href="+arrTBMenu[j+1]+" style='cursor:hand;padding-left:10'>"+arrTBMenu[j]+"</a>"					 
		 str2+="<table cellspacing=0 cellpadding=0 border=0 width=100><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"
			
	}		
str2+="<table cellspacing=0 cellpadding=0 border=0 width=100><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
str2+="</div>"
document.write(str2);*/

var str2="";
var count2=0
var inStr2=""
var x=0
var j=0
arrTBMenu=arMenu2
str2="<div id=menu2 class=menu onmouseover=menuMouseover(event) style='width:280' nowrap>"
	for(j=0;j<arrTBMenu.length;j=j+3)	
	{	
		count2=count2+1	
		if(arrTBMenu[j+2] == 1)
		 {	
						
			str2+="<a class=menuItem href=" + '"' + arrTBMenu[j+1] + '"' + " onclick='return false;' onmouseover=" + '"' + "menuItemMouseover(event,'menu2_"+count2+"');" + '"' + "><span class=menuItemText>&nbsp;&nbsp;"+arrTBMenu[j]+"<img src='../images/top/arrow.gif' border=0 width=5 height=8></span><span class=menuItemArrow></span></a>"

			str2+="<table cellspacing=0 cellpadding=0 border=0 width=280><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"

			arrTBMenu1=eval("arMenu2_"+count2)
			inStr2+="<div id=menu2_"+count2+" class=menu onmouseover=menuMouseover(event)>"
			for(x=0;x<arrTBMenu1.length;x=x+3)	
			{
				
				if(arrTBMenu1[x].indexOf("%~%")!=-1)
				{
					//arrTBMenu1[x]=arrTBMenu1[x].replace("%~%","");					
				}			
				
				inStr2+="<a class=menuItem href="+arrTBMenu1[x+1]+" style='padding-left:10;cursor:hand'>"+arrTBMenu1[x].replace("%~%","")+"</a>"
				//inStr2+="<div class=menuItemSep></div>"				
				inStr2+="<table cellspacing=0 cellpadding=0 border=0 width=280><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"
			}
			inStr2+="<table cellspacing=0 cellpadding=0 border=0 width=280><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
			inStr2+="</div>"	
							
		}
		else
		 {
			str2+="<a class=menuItem href="+arrTBMenu[j+1]+" style='cursor:hand'>&nbsp;&nbsp;"+arrTBMenu[j]+"</a>"
			//str2+="<div class=menuItemSep></div>"
			str2+="<table cellspacing=0 cellpadding=0 border=0 width=280><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"
		 }
	}
str2+="<table cellspacing=0 cellpadding=0 border=0 width=280><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
str2+="</div>"

document.write(inStr2);
document.write(str2);



var str3="";
var count3=0
var inStr3=""
var x=0
var j=0
var arrTBMenu=""
arrTBMenu=arMenu3
str3="<div id=menu3 class=menu onmouseover=menuMouseover(event) style='width:187'>"
	for(j=0;j<arrTBMenu.length;j=j+3)	
	{	
		count3=count3+1
			
		if(arrTBMenu[j+2] == 1)
		 {							
			str3+="<a class=menuItem href=" + '"' + arrTBMenu[j+1] + '"' + " onclick='return false;' onmouseover=" + '"' + "menuItemMouseover(event,'menu3_"+count3+"');" + '"' + "><span class=menuItemText>&nbsp;&nbsp;"+arrTBMenu[j]+"</span><span class=menuItemArrow ><img src='../images/top/arrow.gif' border=0 width=5 height=8></span></a>"
			//<div class=menuItemSep></div>"
			str3+="<table cellspacing=0 cellpadding=0 border=0 width=187><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"

			arrTBMenu1=eval("arMenu3_"+count3)
			inStr3+="<div id=menu3_"+count3+" class=menu onmouseover=menuMouseover(event) style='width:145;z-index:102'>"
			for(x=0;x<arrTBMenu1.length;x=x+3)	
			{
				if(arrTBMenu1[x].indexOf("%~%")!=-1)
				{
					//arrTBMenu1[x]=arrTBMenu1[x].replace("%~%","");					
				}			
				
				inStr3+="<a class=menuItem href="+arrTBMenu1[x+1]+" style='padding-left:10;cursor:hand'>"+arrTBMenu1[x].replace("%~%","")+"</a>"
				inStr3+="<table cellspacing=0 cellpadding=0 border=0 width=145><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"				
			}
			inStr3+="<table cellspacing=0 cellpadding=0 border=0 width=145><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
			inStr3+="</div>"
							
		}
		else
		 {
			str3+="<a class=menuItem href="+arrTBMenu[j+1]+" style='padding-left:10;cursor:hand'>"+arrTBMenu[j]+"</a>"
			str3+="<table cellspacing=0 cellpadding=0 border=0 width=187><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"
		}
	
	
	
	}
str3+="<table cellspacing=0 cellpadding=0 border=0 width=187><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
str3+="</div>"

document.write(inStr3);
document.write(str3);


/*
var str4="";
var count4=0
var inStr4=""
var x=0
var j=0
var arrTBMenu=""
arrTBMenu=arMenu4
str4="<div id=menu4 class=menu onmouseover=menuMouseover(event) style='width:200'>"
	for(j=0;j<arrTBMenu.length;j=j+3)	
	{	
		count4=count4+1		
			
		if(arrTBMenu[j+2] == 1)
		 {							
			str4+="<a class=menuItem href=" + '"' + arrTBMenu[j+1] + '"' + " onclick='return false;' onmouseover=" + '"' + "menuItemMouseover(event,'menu4_"+count4+"');" + '"' + "><span class=menuItemText>&nbsp;&nbsp;"+arrTBMenu[j]+"</span><span class=menuItemArrow ><img src='../images/top/arrow.gif' border=0 width=5 height=8></span></a>"
			str4+="<table cellspacing=0 cellpadding=0 border=0 width=200><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"

			arrTBMenu1=eval("arMenu4_"+count4)
			inStr4+="<div id=menu4_"+count4+" class=menu onmouseover=menuMouseover(event) style='width:200;z-index:102'>"
			for(x=0;x<arrTBMenu1.length;x=x+3)	
			{
				if(arrTBMenu1[x].indexOf("%~%")!=-1)
				{
					//arrTBMenu1[x]=arrTBMenu1[x].replace("%~%","");					
				}			
				
				inStr4+="<a class=menuItem href="+arrTBMenu1[x+1]+" style='padding-left:10;cursor:hand'>"+arrTBMenu1[x].replace("%~%","")+"</a>"
				//inStr4+="<div class=menuItemSep></div>"				
				inStr4+="<table cellspacing=0 cellpadding=0 border=0 width=200><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"
			}
			inStr4+="<table cellspacing=0 cellpadding=0 border=0 width=200><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
			inStr4+="</div>"
							
		}
		else
		 {
			str4+="<a class=menuItem href="+arrTBMenu[j+1]+" style='cursor:hand'>&nbsp;&nbsp;"+arrTBMenu[j]+"</a>"
			str4+="<table cellspacing=0 cellpadding=0 border=0 width=200><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"
		}
	}
str4+="<table cellspacing=0 cellpadding=0 border=0 width=200><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
str4+="</div>"

document.write(inStr4);
document.write(str4);
*/


var str4="";
var count4=0
var inStr4=""
var x=0
var j=0
var arrTBMenu=""
arrTBMenu=arMenu4
str4="<div id=menu4 class=menu onmouseover=menuMouseover(event) style='width:100' nowrap>"
	for(j=0;j<arrTBMenu.length;j=j+3)	
	{	
		count4=count4+1		
		 str4+="<a class=menuItem href="+arrTBMenu[j+1]+" style='cursor:hand;padding-left:10'>"+arrTBMenu[j]+"</a>"					 
		 str4+="<table cellspacing=0 cellpadding=0 border=0 width=100><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"
			
	}		
str4+="<table cellspacing=0 cellpadding=0 border=0 width=100><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
str4+="</div>"
document.write(str4);

var str5="";
var count5=0
var inStr5=""
var x=0
var j=0
var arrTBMenu=""
arrTBMenu=arMenu5
str5="<div id=menu5 class=menu onmouseover=menuMouseover(event) style='width:180' nowrap>"
	for(j=0;j<arrTBMenu.length;j=j+3)	
	{	
		count5=count5+1		
		 str5+="<a class=menuItem href="+arrTBMenu[j+1]+" style='cursor:hand;padding-left:10'>"+arrTBMenu[j]+"</a>"					 
		 str5+="<table cellspacing=0 cellpadding=0 border=0 width=180><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"
			
	}		
str5+="<table cellspacing=0 cellpadding=0 border=0 width=180><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
str5+="</div>"
document.write(str5);

var str6="";
var count6=0
var inStr6=""
var x=0
var j=0
var arrTBMenu=""
arrTBMenu=arMenu6
str6="<div id=menu6 class=menu onmouseover=menuMouseover(event) style='width:100' nowrap>"
	for(j=0;j<arrTBMenu.length;j=j+3)	
	{	
		count6=count6+1		
		 str6+="<a class=menuItem href="+arrTBMenu[j+1]+" style='cursor:hand;padding-left:10'>"+arrTBMenu[j]+"</a>"					 
		 str6+="<table cellspacing=0 cellpadding=0 border=0 width=100><Tr><td height=1 bgcolor=#B2C4F0></td></tr></table>"
			
	}		
str6+="<table cellspacing=0 cellpadding=0 border=0 width=100><Tr><td height=1 bgcolor=#3C4559></td></tr></table>"
str6+="</div>"
document.write(str6);



