browser=x08226313404();
os=x065309();
ajm_state=new x71784();

function x71784()
{
  	this.menuActive=false;
  	this.submenuArray=new Array(30);
  	this.mainmenuArray=new Array(5);
  	this.mainmenu_dirn=new Array(5);
  	this.mainmenu_layout=new Array(5);
  	this.activemenuArray=new Array(10);
  	this.mmcp=0;
  	this.smcp=0;
  	this.mmac=0;
  	this.smac=0;
  	this.amac=0;
  	this.menuoffset=10;
  	this.ver="1.4";
  	this.id="40190";
};

function mainMenu(layout,spacing,nbgcolor,hbgcolor,nftcolor,hftcolor,bgimage,menu_dirn)
{
	  this.itemArray=new Array(30);
	  this.iac=0;
	  ajm_state.mainmenuArray[ajm_state.mmac++]=this;
	  this.count=1;
	  this.name="aj"+ajm_state.mmac;
	  this.css="ajmainmenu";
	  this.item='';
	  this.htmlBefore='&nbsp;&nbsp;';
	  this.htmlAfter='&nbsp;&nbsp;';
	  this.macoffset=8;
	  this.sp_item='';
	  if(arguments.length>=1&&arguments[0]=='vertical')
	  {
			this.layout='vertical';
			ajm_state.mainmenu_layout[ajm_state.mmac]='vertical';
	  }
	  else
	  {
			this.layout='horizontal';
			ajm_state.mainmenu_layout[ajm_state.mmac]='horizontal';
	  }
	  if(arguments.length>=2)
	  {
			this.spacing=spacing;
	  }
	  else
	  {
			this.spacing=0;
	  }
	  if(arguments.length>=3)
	  {
			this.nbgcolor=nbgcolor;
	  }
	  else
	  {
			this.nbgcolor="transparent";
	  }
	  if(arguments.length>=4)
	  {
			this.hbgcolor=hbgcolor;
	  }
	  else
	  {
			this.hbgcolor="black";
	  }
	  if(arguments.length>=5)
	  {
		this.nftcolor=nftcolor;
	  }
	  else
	  {
			this.nftcolor="white";
	  }
	  if(arguments.length>=6)
	  {
			this.hftcolor=hftcolor;
	  }
	  else
	  {
			this.hftcolor="white";
	  }
	  if(arguments.length>=7&&arguments[6]!='')
	  {
			this.bgimage=bgimage;
			this.nbgcolor='transparent';
	  }
	  else
	  {
			this.bgimage=null;
	  }
	  if(arguments.length>=8&&arguments[7]=='left')
	  {
			ajm_state.mainmenu_dirn[ajm_state.mmac]='left';
	  }
	  else
	  {
			ajm_state.mainmenu_dirn[ajm_state.mmac]='right';
	  }
	  this.over_img=new Array(30);
	  this.out_img=new Array(30);
	  this.pad_1=0;
	  this.pad_2=0;
	  this.cellpadding=1;
	  this.layerpadding=0;
	  this.target='_self';
	  this.valign='middle';
	  this.menuborder='';
	  this.itemborder='';
	  this.divider='&nbsp;';
	  this.writeMenu=x867064267429;
	  this.addItem=x84010108816587;
	  this.addItems=addItems;
	  this.addImages=addImages;
	  this.addWithoutLink=x2319891340;
	  this.x2319891340=x824147908801695757267;
	  this.addItemsWithTarget=addItemsWithTarget;
	  this.addImagesWithTarget=addImagesWithTarget;
};

function x867064267429()
{
	  if(browser=="NS4")
	  {
			document.writeln('<table ');
			if(this.nbgcolor!='transparent')
			{
			  	document.writeln('bgcolor="'+this.nbgcolor+'" ');
			}
			if(this.bgimage!=null)
			{
			  	document.writeln('background="'+this.bgimage+'" ');
			}
			document.writeln('border="0" cellpadding="'+this.cellpadding+'" cellspacing="0">');
	  }
	  if(browser=="IE"||browser=="NS6")
	  {
			document.writeln('<table ');
			if(this.nbgcolor!='transparent')
			{
			  	document.writeln('bgcolor="'+this.nbgcolor+'" ');
			}
			if(this.bgimage!=null)
			{
			  	document.writeln('background="'+this.bgimage+'" ');
			}
			document.writeln('border="0" cellpadding="'+this.cellpadding+'" cellspacing="0" onmouseout="ajm_state.menuActive=false;" onmouseover="ajm_state.menuActive=true;" style="border:'+this.menuborder+'">');
	  }
	  if(this.layout=='vertical'&&this.pad_1!=0)
	  {
			document.writeln('<tr><td height="'+this.pad_1+'">&nbsp;</td></tr>');
	  }
	  if(this.layout=='horizontal')
	  {
			document.writeln('<tr>');
			if(this.pad_1!=0)
			{
			  	document.writeln('<td width="'+this.pad_1+'">&nbsp;</td>');
			}
	  }
	  
	  document.writeln(this.item);
	  
	  if(this.layout=='horizontal')
	  {
			if(this.pad_2!=0)
			{
			  	document.writeln('<td width="'+this.pad_2+'">&nbsp;</td>');
			}
			document.writeln('</tr>');
	  }
	  if(this.layout=='vertical'&&this.pad_2!=0)
	  {
			document.writeln('<tr><td height="'+this.pad_2+'">&nbsp;</td></tr>');
	  }
	  document.writeln('</table>');
};

function x84010108816587(desc,URL,target,out_img,over_img)
{
	 var mname=this.name+'mi'+this.count;
	 if(arguments.length<3||arguments[2]==null)
	 {
	   	target=this.target;
	 }
	 if(browser=="NS4")
	 {
	   	desc=this.htmlBefore+'<font color="'+this.nftcolor+'"><strong>'+desc+'</strong></font>'+this.htmlAfter;
	 }
	 else
	 {
	   	desc=this.htmlBefore+'<strong>'+desc+'</strong>'+this.htmlAfter;
	 }
	 this.item+=this.sp_item;
	 if(this.layout=='vertical')
	 {
	   	this.item+='<tr>';
	 }
	 if(browser=="NS4")
	 {
		   this.item+='<td nowrap valign="'+this.valign+'"><ilayer id="'+mname+'clip" z-index="28" visibility="hide">';
		   this.item+='<a href="'+URL+'" class="'+this.css+'">';
		   if(arguments.length==5)
		   {
				this.item+='<img id="'+this.name+'mi_img'+this.count+'clip" src="'+out_img+'" border="0"></font></a>';
		   }
		   else
		   {
				this.item+='<strong>'+desc+'</strong>'+'</a>';
		   }
		   
		   this.item+='</ilayer>';
		   this.item+='<layer id="'+mname+'" class="'+this.css+'" z-index="29" width="300" visibility="hide" ';
		   if(this.nbgcolor!='transparent')
		   {
				this.item+='bgColor="'+this.nbgcolor+'" ';
		   }
		   this.item+='onmouseover="mainMenuMouseOver(\''+this.name+'\',\''+this.count+'\',\''+ajm_state.mmac+'\',\''+this.hbgcolor+'\',\''+this.hftcolor+'\',\''+over_img+'\',\''+this.macoffset+'\')" onmouseout="mainMenuMouseOut(\''+this.name+'\',\''+this.count+'\',\''+this.nbgcolor+'\',\''+this.nftcolor+'\',\''+out_img+'\')">';
		   this.item+='<a href="'+URL+'" id="'+this.name+'a'+this.count+'" class="'+this.css+'"';
		   if(target!='')
		   {
				this.item+=' target="'+target+'"';
		   }
		   if(URL=='')
		   {
				this.item+=' onclick="return false;"';
		   }
		   if(arguments.length==5)
		   {
				this.item+='><img id="'+this.name+'mi_img'+this.count+'" src="'+out_img+'" border="0"></a>';
		   }
		   else
		   {
				this.item+='>'+'<strong>'+desc+'</strong>'+'</a>';
		   }
		   this.item+='</layer></td>';
	 }
	 if(browser=="IE"||browser=="NS6")
	 {
		
		   this.item+='<td onmouseover="mainMenuMouseOver(\''+this.name+'\',\''+this.count+'\',\''+ajm_state.mmac+'\', \''+this.hbgcolor+'\',\''+this.hftcolor+'\',\''+over_img+'\',\''+this.macoffset+'\')" onmouseout="mainMenuMouseOut(\''+this.name+'\',\''+this.count+'\', \''+this.nbgcolor+'\',\''+this.nftcolor+'\',\''+out_img+'\')" nowrap valign="'+this.valign+'" style="border:'+this.itemborder+'"><div align="left" id="'+mname+'clip" style="position:absolute;width:0;height:0"></div>';
		   this.item+='<div align="left" id="'+mname+'" style="padding:'+this.layerpadding+'px">';
		   this.item+='<a href="'+URL+'" class="'+this.css+'" style="text-decoration:none"';
		   if(target!='')
		   {
			 	this.item+=' target="'+target+'"';
		   }
		   if(URL=='')
		   {
			 	this.item+=' onclick="return false;"';
		   }
		   if(arguments.length==5)
		   {
				this.item+='><img id="'+this.name+'mi_img'+this.count+'" src="'+out_img+'" border="0"></a>';
		   }
		   else
		   {
			 	this.item+='><font id="'+this.name+'a'+this.count+'" style="color:'+this.nftcolor+';">'+'<strong>'+desc+'</strong>'+'</font></a>';
		   }
		   this.item+='</div></td>';
	   
	 }
	 this.itemArray[this.iac++]=mname;
	 if(this.spacing!=0)
	 {
		   if(this.layout=='vertical')
		   {
			 	this.sp_item='<tr><td height="'+this.spacing+'"><font size="1pt">&nbsp;</font></td></tr>';
		   }
		   if(this.layout=='horizontal')
		   {
			 	this.sp_item='<td class="'+this.css+'" width="'+this.spacing+'" align="center"><font color="'+this.nftcolor+'">'+this.divider+'</font></td>';
		   }
	 }
	 if(this.layout=='vertical')
	 {
	   		this.item+='</tr>';
	 }
	 this.count++;
	 
};

function x824147908801695757267(desc)
{
	  var mname=this.name+'mi'+this.count;
	  if(browser=="NS4")
	  {
			desc=this.htmlBefore+'<font color="'+this.nftcolor+'">'+'<strong>'+desc+'</strong>'+'</font>'+this.htmlAfter;
	  }
	  else
	  {
			desc=this.htmlBefore+'<strong>'+desc+'</strong>'+this.htmlAfter;
	  }
	  this.item+=this.sp_item;
	  if(this.layout=='vertical')
	  {
			this.item+='<tr>';
	  }
	  if(browser=="NS4")
	  {
			this.item+='<td nowrap valign="'+this.valign+'" class="'+this.css+'"><ilayer id="'+mname+'clip" z-index="28" visibility="hide">';
			this.item+='<strong>'+desc+'</strong>';
			this.item+='</ilayer>';
			this.item+='<layer id="'+mname+'" z-index="29" width="300" visibility="hide" ';
			if(this.nbgcolor!='transparent')
			{
			  	this.item+='bgColor="'+this.nbgcolor+'" ';
			}
			this.item+='>';
	  }
	  if(browser=="IE"||browser=="NS6")
	  {
			this.item+='<td nowrap valign="'+this.valign+'" style="border:'+this.itemborder+'" class="'+this.css+'"><div  align="left" id="'+mname+'clip" style="position:absolute;width:0;height:0"></div>';
			this.item+='<div  align="left" id="'+mname+'" style="padding:'+this.layerpadding+'px; color:'+this.nftcolor+'">';
	  }
	  this.item+='<strong>'+desc+'</strong>';
	  if(browser=="NS4")
	  {
			this.item+='</layer></td>';
	  }
	  if(browser=="IE"||browser=="NS6")
	  {
			this.item+='</div></td>';
	  }
	  this.itemArray[this.iac++]=mname;
	  if(this.spacing!=0)
	  {
			if(this.layout=='vertical')
			{
			  	this.sp_item='<tr><td height="'+this.spacing+'"><font size="1pt">&nbsp;</font></td></tr>';
			}
			if(this.layout=='horizontal')
			{
			  	this.sp_item='<td class="'+this.css+'" width="'+this.spacing+'" align="center"><font color="'+this.nftcolor+'">'+this.divider+'</font></td>';
			}
	  }
	  if(this.layout=='vertical')
	  {
			this.item+='</tr>';
	  }
	  this.count++;
};

function loadMenu()
{
	  if(browser=="NS6"&&version==6.1)
	  {
			for(var i=0;i<ajm_state.smac;i++)
			{
			  	var menu=ajm_state.submenuArray[i];
			  	var name=menu.name;
			  	var count=name.substring(name.indexOf("aj")+2,name.indexOf("sm"));
			  	if(name.indexOf("i")==-1)
			  	{
					var t_name=name.replace("sm","mi");
					var main_menu=ajm_state.mainmenuArray[parseInt(count)-1];
					if(main_menu.layout=='vertical')
					{
				  		if(ajm_state.mainmenu_dirn[parseInt(count)]=='right')
				  		{
							x3329217(name,x3990044603(t_name)+x57358931(t_name));
				  		}
				  		else
				  		{
							x3329217(name,x3990044603(t_name)-x57358931(t_name));
				  		}
				  		x483140(name,x466187111(t_name));
					}
					if(main_menu.layout=='horizontal')
					{
				  		x3329217(name,x3990044603(t_name));
				  		x483140(name,x466187111(t_name)+x516306672(t_name));
					}
			  	}
			  	else
			  	{
					var t_name=name.substring(0,name.lastIndexOf("i"));
					var u_name=t_name+"itm"+name.substring(name.lastIndexOf("i")+1)+"clip";
					if(ajm_state.mainmenu_dirn[parseInt(count)]=='right')
					{
					  	x3329217(name,x3990044603(t_name)+x57358931(t_name)-ajm_state.menuoffset);
					}
					else
					{
				  		x3329217(name,x3990044603(t_name)-x57358931(name)+ajm_state.menuoffset);
					}
					x483140(name,x466187111(t_name)+x466187111(u_name));
			  	}
			}
		}
		if(browser=="NS4")
		{
			for(var i=0;i<ajm_state.mmac;i++)
			{
			  	var menu=ajm_state.mainmenuArray[i];
			  	var width=0;
			  	var height=0;
			  	if(menu.layout=='vertical')
			  	{
					for(var j=0;j<menu.iac;j++)
					{
				  		if(x57358931(menu.itemArray[j]+'clip')>width)
				  		{
							width=x57358931(menu.itemArray[j]+'clip');
				  		}
					}
			  	}
			  	for(var j=0;j<menu.iac;j++)
			  	{
					if(menu.layout=='horizontal')
					{
				  		width=x57358931(menu.itemArray[j]+'clip');
					}
					x59044349(menu.itemArray[j],width);
					x3329217(menu.itemArray[j],x3990044603(menu.itemArray[j]+'clip'));
					x483140(menu.itemArray[j],x466187111(menu.itemArray[j]+'clip'));
					x2826022670(menu.itemArray[j],true);
			  	}
			}
			for(var i=0;i<ajm_state.smac;i++)
			{
			  	var menu=ajm_state.submenuArray[i];
			  	var width=0;
			  	for(var j=0;j<menu.iac;j++)
			  	{
					if(x57358931(menu.itemArray[j]+'clip',menu.name)>width)
					{
				  		width=x57358931(menu.itemArray[j]+'clip',menu.name);
					}
			  	}
			  	x59044349(menu.name,width+2);
			  	for(var j=0;j<menu.iac;j++)
			  	{
					x59044349(menu.itemArray[j],width,menu.name);
					x3329217(menu.itemArray[j],1,menu.name);
					x483140(menu.itemArray[j],x466187111(menu.itemArray[j]+'clip',menu.name)-x466187111(menu.name),menu.name);
			  	}
	  		}
	  }
};

function mainMenuMouseOver(name,count,mmac,bgcolor,ftcolor,img,macoffset)
{
	x2657480876(name+'mi'+count,bgcolor);
	x2498849083(name+'a'+count,ftcolor);
	x375244526();
	if(browser=="NS4")
	{
		if(x1155295267(name+'sm'+count))
		{
			ajm_state.activemenuArray[ajm_state.amac++]=name+'sm'+count;
			if(ajm_state.mainmenu_layout[mmac]=="horizontal")
			{
				x3329217(name+'sm'+count,x3990044603(name+'mi'+count));
				x483140(name+'sm'+count,x466187111(name+'mi'+count)+x516306672(name+'mi'+count));
			}
			if(ajm_state.mainmenu_layout[mmac]=="vertical")
			{
				if(ajm_state.mainmenu_dirn[mmac]=='right')
				{
					x3329217(name+'sm'+count,x3990044603(name+'mi'+count)+x57358931(name+'mi'+count));
				}
				else
				{
					x3329217(name+'sm'+count,x3990044603(name+'mi'+count)-x57358931(name+'sm'+count));
				}
				x483140(name+'sm'+count,x466187111(name+'mi'+count));
			}
			x2826022670(name+'sm'+count,true);
		}
	}
	if(browser=="IE"||browser=="NS6")
	{
		if(x1155295267(name+'sm'+count))
		{
			ajm_state.activemenuArray[ajm_state.amac++]=name+'sm'+count;
			if(ajm_state.mainmenu_layout[mmac]=="horizontal")
			{
				x3329217(name+'sm'+count,x3990044603(name+'mi'+count+'clip'));
				if(os=="Mac")
				{
					x483140(name+'sm'+count,x466187111(name+'mi'+count+'clip')+x516306672(name+'mi'+count)+macoffset);
				}
				else
				{
					x483140(name+'sm'+count,x466187111(name+'mi'+count+'clip')+x516306672(name+'mi'+count));
				}
			}
			if(ajm_state.mainmenu_layout[mmac]=="vertical")
			{
				if(ajm_state.mainmenu_dirn[mmac]=='right')
				{
					x3329217(name+'sm'+count,x3990044603(name+'mi'+count+'clip')+x57358931(name+'mi'+count));
				}
				else
				{
					x3329217(name+'sm'+count,x3990044603(name+'mi'+count+'clip')-x57358931(name+'sm'+count));
				}
				if(os=="Mac")
				{
					x483140(name+'sm'+count,x466187111(name+'mi'+count+'clip')+macoffset);
				}
				else
				{
					x483140(name+'sm'+count,x466187111(name+'mi'+count+'clip'));
				}
			}
			x2826022670(name+'sm'+count,true);
		}
	}
	if(browser=="NS4"&&img!="undefined"&&document.layers[name+'mi'+count].document.images.length!=0)
	{
		document.layers[name+'mi'+count].document.images[0].src=img;
	}
	if((browser=="IE"||browser=="NS6")&&document.images[name+'mi_img'+count])
	{
		document.images[name+'mi_img'+count].src=img;
	}
	ajm_state.menuActive=true;
};

function mainMenuMouseOut(name,count,bgcolor,ftcolor,img)
{
	x2657480876(name+'mi'+count,bgcolor);
	x2498849083(name+'a'+count,ftcolor);
	ajm_state.menuActive=false;
	if(browser=="NS4"&&img!="undefined"&&document.layers[name+'mi'+count].document.images.length!=0)
	{
		document.layers[name+'mi'+count].document.images[0].src=img;
	}
	if((browser=="IE"||browser=="NS6")&&document.images[name+'mi_img'+count])
	{
		document.images[name+'mi_img'+count].src=img;
	}
};

function subMenu(menuName,nbgcolor,hbgcolor,nftcolor,hftcolor,bgimage)
{
	ajm_state.submenuArray[ajm_state.smac++]=this;
	this.itemArray=new Array(30);
	this.iac=0;
	if(arguments.length>=2)
	{
		this.nbgcolor=nbgcolor;
	}
	else
	{
		this.nbgcolor="transparent";
	}
	if(arguments.length>=3)
	{
		this.hbgcolor=hbgcolor;
	}
	else
	{
		this.hbgcolor="black";
	}
	if(arguments.length>=4)
	{
		this.nftcolor=nftcolor;
	}
	else
	{
		this.nftcolor="black";
	}
	if(arguments.length>=5)
	{
		this.hftcolor=hftcolor;
	}
	else
	{
		this.hftcolor="red";
	}
	if(arguments.length>=6)
	{
		this.bgimage=bgimage;
		this.nbgcolor='transparent';
	}
	else
	{
		this.bgimage=null;
	}
	this.css="ajsubmenu";
	this.name="aj"+ajm_state.mmac+"sm"+menuName;
	this.count=1;
	this.item='';
	this.htmlBefore='&nbsp;&nbsp;';
	this.htmlAfter='&nbsp;&nbsp;';
	this.cellpadding=1;
	this.layerpadding=0;
	this.menuborder='';
	this.itemborder='';
	this.target='_self';
	this.writeMenu=x04154011100;
	this.addItem=x0245869317472;
	this.addItems=addItems;
	this.addWithoutLink=x2319891340;
	this.x2319891340=x824147908801695757267;
	this.addItemsWithTarget=addItemsWithTarget;
	this.addImages = addImagesWithTarget;
};

function x04154011100()
{
	if(browser=="NS4")
	{
		document.writeln('<layer id="'+this.name+'" ');
		if(this.nbgcolor!='transparent')
		{
			document.writeln('bgColor="'+this.nbgcolor+'" ');
		}
		if(this.bgimage!=null)
		{
			document.writeln('background="'+this.bgimage+'" ');
		}
		document.writeln('visibility="hide" z-index="30" onmouseout="ajm_state.menuActive=false;" onmouseover="ajm_state.menuActive=true;"><layer visibility="hide"></layer><table border="0" cellspacing="0" cellpadding="'+this.cellpadding+'">');
		document.writeln(this.item);
		document.writeln('</table></layer>');
	}
	if(browser=="IE"||browser=="NS6")
	{
		document.writeln('<div align="left" id="'+this.name+'" style="position:absolute;visibility:hidden;background-color:'+this.nbgcolor+';z-index:30;border:'+this.menuborder+'"" onmouseout="ajm_state.menuActive=false;" onmouseover="ajm_state.menuActive=true;">');
		document.writeln('<table border="0" cellspacing="0" cellpadding="'+this.cellpadding+'" ');
		if(this.bgimage!=null)
		{
			document.writeln('background="'+this.bgimage+'" ');
		}
		document.writeln('id="'+this.name+'table">'+this.item+'</table></div>');
	}
	if(browser=="NS6"||(browser=="IE"&&version==4))
	{
		x59044349(this.name,x57358931(this.name+'table'));
	}
	x3329217(this.name,8);
	x483140(this.name,8);
};

function x0245869317472(desc,URL,target)
{ 
	if(arguments.length<3)
	{
		target=this.target;
	}
	desc=this.htmlBefore+'<strong>'+desc+'</strong>'+this.htmlAfter;
	var mname=this.name+'itm'+this.count;
	if(browser=="NS4")
	{
		this.item+='<tr><td valign="middle" nowrap>';
		this.item+='<ilayer z-index="29" id="'+mname+'clip" class="'+this.css+'" visibility="hide">'+desc+'</ilayer>';
		this.item+='<layer z-index="30" id="'+mname+'" class="'+this.css+'" ';
		if(this.nbgcolor!='transparent')
		{
			this.item+='bgColor="'+this.nbgcolor+'" ';
		}
		this.item+='width="350" onmouseover="subMenuMouseOver(\''+this.name+'\',\''+this.count+'\',\''+this.hbgcolor+'\',\''+this.hftcolor+'\',\''+ajm_state.mmac+'\')" onmouseout="subMenuMouseOut(\''+this.name+'\',\''+this.count+'\',\''+this.nbgcolor+'\',\''+this.nftcolor+'\')"><a href="'+URL+'" class="'+this.css+'"';
		if(target!='')
		{
			this.item+=' target="'+target+'"';
		}
		if(URL=='')
		{
			this.item+=' onclick="return false;"';
		}
		this.item+='><font color="'+this.nftcolor+'">'+'<strong>'+desc+'</strong>'+'</font></a></layer>';
		this.item+='</td></tr>';
		this.itemArray[this.iac++]=mname;
	}
	if(browser=="IE"||browser=="NS6")
	{
		this.item+='<tr><td class="'+this.css+'" valign="middle" nowrap onclick="window.open(\''+URL+'\',\''+target+'\');" onmouseover="subMenuMouseOver(\''+this.name+'\', \''+this.count+'\',\''+this.hbgcolor+'\',\''+this.hftcolor+'\',\''+ajm_state.mmac+'\')" onmouseout="subMenuMouseOut(\''+this.name+'\', \''+this.count+'\',\''+this.nbgcolor+'\',\''+this.nftcolor+'\')" style="border:'+this.itemborder+'"><div align="left" id="'+mname+'clip" style="position:absolute;width:0;height:0"></div>';
		this.item+='<div align="left" id="'+mname+'" style="padding:'+this.layerpadding+'px"><a href="'+URL+'" class="'+this.css+'" style="text-decoration:none" ';
		if(target!='')
		{
			this.item+=' target="'+target+'"';
		}
		if(URL=='')
		{
			this.item+=' onclick="return false;"';
		}
		this.item+='><font id="'+this.name+'a'+this.count+'" style="color:'+this.nftcolor+';">'+'<strong>'+desc+'</strong>'+'</font></a></div></td></tr>';
	}
	this.count++;
};

function x824147908801695757267(desc)
{
	if(arguments.length<3)
	{
		target=this.target;
	}
	if(browser=="NS4")
	{
		desc=this.htmlBefore+'<font color="'+this.nftcolor+'">'+'<strong>'+desc+'</strong>'+'</font>'+this.htmlAfter;
	}
	else
	{
		desc=this.htmlBefore+'<strong>'+desc+'</strong>'+this.htmlAfter;
	}
	var mname=this.name+'itm'+this.count;
	if(browser=="NS4")
	{
		this.item+='<tr><td valign="middle" nowrap>';
		this.item+='<ilayer z-index="29" id="'+mname+'clip" class="'+this.css+'" visibility="hide">'+'<strong>'+desc+'</strong>'+'</ilayer>';
		this.item+='<layer z-index="30" class="'+this.css+'" id="'+mname+'" ';
		if(this.nbgcolor!='transparent')
		{
			this.item+='bgColor="'+this.nbgcolor+'" ';
		}
		this.item+='width="350">'+'<strong>'+desc+'</strong>'+'</layer>';
		this.item+='</td></tr>';
		this.itemArray[this.iac++]=mname;
	}
	if(browser=="IE"||browser=="NS6")
	{
		this.item+='<tr><td valign="middle" class="'+this.css+'" nowrap style="border:'+this.itemborder+'"><div align="left" id="'+mname+'clip" style="position:absolute;width:0;height:0"></div>';
		this.item+='<div align="left" id="'+mname+'" style="padding:'+this.layerpadding+'px;color:'+this.nftcolor+'">'+'<strong>'+desc+'</strong>'+'</div></td></tr>';
	}
	this.count++;
};

function subMenuMouseOver(name,count,bgcolor,fgcolor,mmac)
{
	var tmp_amac=ajm_state.amac;
	for(var i=0;i<tmp_amac;i++)
	{
		if(ajm_state.activemenuArray[i]!=name)
		{
			var tmp_name=name+'i'+count;
			if(tmp_name.indexOf(ajm_state.activemenuArray[i])==-1)
			{
				x2826022670(ajm_state.activemenuArray[i],false);
				ajm_state.amac--;
			}
		}
	}
	x2657480876(name+'itm'+count,bgcolor,name);
	x2498849083(name+'a'+count,fgcolor,name);
	if(browser=="NS4")
	{
		if(x1155295267(name+'i'+count))
		{
			ajm_state.activemenuArray[ajm_state.amac++]=name+'i'+count;
			if(ajm_state.mainmenu_dirn[mmac]=='left')
			{
				x3329217(name+'i'+count,x3990044603(name)+x57358931(name)-ajm_state.menuoffset);
			}
			else
			{
				x3329217(name+'i'+count,x3990044603(name)-x57358931(name+'i'+count)+ajm_state.menuoffset);
			}
			x483140(name+'i'+count,x466187111(name+'itm'+count,name));
		}
	}
	if(browser=="IE"||browser=="NS6")
	{
		if(x1155295267(name+'i'+count))
		{
			ajm_state.activemenuArray[ajm_state.amac++]=name+'i'+count;
			if(ajm_state.mainmenu_dirn[mmac]=='left')
			{
				x3329217(name+'i'+count,x3169675(name)+x57358931(name)-ajm_state.menuoffset);
			}
			else
			{
				x3329217(name+'i'+count,x3169675(name)-x57358931(name+'i'+count)+ajm_state.menuoffset);
			}
			if(browser=="IE")
			{
				x483140(name+'i'+count,x466187111(name)+x466187111(name+'itm'+count+'clip'));
			}
			if(browser=="NS6")
			{
				if(version==6.1)
				{
					x483140(name+'i'+count,x466187111(name)+x466187111(name+'itm'+count+'clip'));
				}
				else
				{
					x483140(name+'i'+count,x466187111(name+'itm'+count+'clip'));
				}
			}
		}
	}
	x2826022670(name+'i'+count,true);
	ajm_state.menuActive=true;
};

function subMenuMouseOut(name,count,bgcolor,fgcolor)
{
	x2657480876(name+'itm'+count,bgcolor,name);
	x2498849083(name+'a'+count,fgcolor,name);
};

function addItems()
{
	for(var i=0;i<arguments.length;i+=2)
	{   
    	this.addItem(arguments[i],arguments[i+1]);
	}
};
      
function x2319891340()
{
	for(var i=0;i<arguments.length;i++)
	{
		this.x2319891340(arguments[i]);
	}
};

function addImages()
{
	for(var i=0;i<arguments.length;i+=3)
	{
		this.addItem(null,arguments[i],null,arguments[i+1],arguments[i+2]);
	}
};

function addImagesWithTarget()
{
	for(var i=0;i<arguments.length;i+=4)
	{
		this.addItem(null,arguments[i],arguments[i+1],arguments[i+2],arguments[i+3]);
	}
};

function addItemsWithTarget()
{
	for(var i=0;i<arguments.length;i+=3)
	{
		this.addItem(arguments[i],arguments[i+1],arguments[i+2]);
	}
};

function x375244526()
{
	if(!ajm_state.menuActive)
	{
		for(var i=0;i<ajm_state.amac;i++)
		{
			x2826022670(ajm_state.activemenuArray[i],false);
		}
		ajm_state.amac=0;
	}
};

function displayMenu()
{
	for(var i=ajm_state.mmcp;i<ajm_state.mmac;i++)
	{
		ajm_state.mainmenuArray[i].writeMenu();
	}
	ajm_state.mmcp=ajm_state.mmac;
	for(var i=ajm_state.smcp;i<ajm_state.smac;i++)
	{
		ajm_state.submenuArray[i].writeMenu();
	}
	ajm_state.smcp=ajm_state.smac;
	setInterval("x375244526()",300);
};

window.onresize=x4323272679727;
origWidth=window.innerWidth;
origHeight=window.innerHeight;

function x4323272679727()
{
	if(browser=='NS4'&&origWidth==window.innerWidth&&origHeight==window.innerHeight)
	{
		return;
	}
};