function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=5;
TE.ypos=118;
TE.align="hor";
TE.bckColor="#7e0404";
TE.selBckColor="#EDE7A1";
TE.fntColor="#ffffff";
TE.selFntColor="#000000";
TE.width=0;
TE.fntSize=1;TE.i=false;TE.b=true;  // fntSize=overall font size, i=true=italics, b=true=bold
TE.iHeight=20;
TE.imWidth=20;
TE.bSize=1;
TE.bColor="#7e0404"; // background of a zone around the drop-downs?

// TE.bckImage="images/arrow-to-the-right0.gif";   
// TE.arrIm="images/arrow-to-the-right1.gif";   
// image to the right of the link when there is a sub menu

//alert("after adding"+ns);

TE.A(1,0,"Home","/index.shtml","","","",40,20);
TE.A(2,0,"New Users","","","","",85,20);
TE.A(3,0,"Lost or Stolen Card","/panic.shtml","","","",135,20);
TE.A(4,0,"Learn More","","","","",90,20);
TE.A(5,0,"Customer Service","","","","",125,20);
TE.A(6,0,"Web Merchants","","","","",115,20);
TE.A(7,0,"Retailers","","","","",70,20);
TE.A(8,0,"Partners","","","","",70,20);

TE.A(9,2,"Information","/newuser.shtml","","","",260,20);
TE.A(10,2,"Purchase an Account Now","/buy.shtml","","","",260,20);
TE.A(11,2,"I Purchased a Pocketpass Card From a Store","https://secure.pocketpass.com/cgi-bin/passmanager-signup","","","",260,20);
TE.A(12,2,"Recharge a Pocketpass Card","https://secure.pocketpass.com/cgi-bin/passmanager","","","",260,20);

TE.A(13,4,"Learn More about Pocketpass","/learnmore.shtml","","","",185,"");
TE.A(14,4,"Press Releases","/press.shtml","","","","","");
TE.A(15,4,"FAQs","/faq.shtml","","","","","");
TE.A(16,4,"Jobs","mailto:jobs@pocketpass.com","","","","","");
TE.A(17,4,"History","/history.shtml","","","","","");
TE.A(18,4,"Terms of Use","/terms.shtml","","","","","");
TE.A(19,4,"Anonymity and Privacy","/anonymity.shtml","","","","","");
TE.A(20,4,"Board and Management","/board.shtml","","","","","");
// TE.A(21,4,"The Sales Team","/thesalesteam.shtml","","","","","");
TE.A(22,4,"Pay For Play Tour","/tour-pfp.shtml","","","","","");

TE.A(23,5,"Information","/customer_contact.shtml","","","",125,20);
TE.A(24,5,"Lost My Card","/panic.shtml","","","",150,"");
TE.A(25,5,"Forgot My Password","/customer_password.shtml","","","",150,"");
TE.A(26,5,"Problem Making Calls","/customer_problems.shtml","","","",150,"");
TE.A(27,5,"Contact Us","/customer_contact.shtml","","","",150,"");
TE.A(28,5,"Find Us","/findus.shtml","","","",150,"");

TE.A(29,6,"Information","/wmbenefits.shtml","","","",115,20);
TE.A(30,6,"Sign Up","https://secure.pocketpass.com/cgi-bin/merchant-signup","","","",75,"");
TE.A(31,6,"Login","https://secure.pocketpass.com/cgi-bin/passmanager","","","",75,"");

TE.A(32,7,"Information","/rbenefits.shtml","","","",70,20);
TE.A(33,7,"Sign Up","/rsignup.shtml","","","",100,"");
TE.A(34,7,"POS and Hanger Cards","","","","",150,"");

TE.A(35,8,"Information","/pbenefits.shtml","","","",70,20);
TE.A(36,8,"Sign Up","/psignup.shtml","","","",100,"");

TE.A(37,34,"English POS","/pos_english.shtml","","","",150,"");
TE.A(38,34,"Spanish POS","/pos_spanish.shtml","","","",150,"");
TE.A(39,34,"English Hanger Card","/hc_english.shtml","","","",150,"");
TE.A(40,34,"Spanish Hanger Card","/hc_spanish.shtml","","","",150,"");
TE.A(41,34,"Download All","/downloads/pos-and-hanger.zip","","","",150,"");

TE.A(42,14,"Wine Market Report, April 3 2003","/press_releases/wmr_april_3_2003.shtml","","","",300,"");
TE.A(43,14,"Secure Sign to Acquire Pocketpass , March 28 2003","/press_releases/pp_securesign_march_28_2003.shtml","","","",300,"");

// TE.Get(23).bckColor="#7E0404";TE.Get(23).selBckColor="white";

TE.bSize=0;
TE.width=80;
TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();

}
function MenuInit()
{
window.onresize= function(){window.history.go(0)};
TE.EventInit();
}
function Reset()
{
TE.Reset();
}
