var ToolTip = new TipObj('ToolTip');
with (ToolTip)
{
 template = '<table bgcolor="#000000" cellpadding="1" cellspacing="0" width="%2%" border="0">' +
  '<tr><td><table bgcolor="#ff0000" cellpadding="4" cellspacing="0" width="100%" border="0">' +
  '<tr><td align="center" class="tipClass">%3%</td></tr></table></td></tr></table>';

 tips.menubar = new Array(15, 15, 150, 'Click here to expand/contract the menu bar for site navigation');
 tips.home = new Array(15, 15, 110, 'Click here to go the site&acute;s home page');
 tips.updates = new Array(15, 15, 110, 'Click here to see the latest site updates');
 tips.forums = new Array(15, 15, 110, 'Click here to go to the BRY Forums, our discussion board');
 tips.posters = new Array(15, 15, 150, 'Click here to expand/contract the &quot;Posters&quot; tree item to access poster related information');
 tips.database = new Array(15, 15, 150, 'Click here to go to the BRY Poster Database for collectible poster information');
 tips.promos = new Array(15, 15, 150, 'Click here to expand/contract the &quot;Promos&quot; tree item to access promotional poster related information');
 tips.showpromos = new Array(15, 15, 110, 'Click here to go to see show promotional posters');
 tips.ten = new Array(15, 15, 110, 'Click here to go to see Ten era promotional posters');
 tips.vs = new Array(15, 15, 110, 'Click here to go to see Vs era promotional posters');
 tips.vitalogy = new Array(15, 15, 110, 'Click here to go to see Vitalogy era promotional posters');
 tips.nocode = new Array(15, 15, 110, 'Click here to go to see No Code era promotional posters');
 tips.yield = new Array(15, 15, 110, 'Click here to go to see Yield era promotional posters');
 tips.binaural = new Array(15, 15, 110, 'Click here to go to see Binaural era promotional posters');
 tips.gasmask = new Array(15, 15, 150, 'Click here to go to see Binaural era &quot;gasmask&quot; promotional posters');
 tips.handbills = new Array(15, 15, 110, 'Click here to go to see handbills and flyers');
 tips.vintage = new Array(15, 15, 150, 'Click here to expand/contract the &quot;Vintage&quot; tree item to see posters, handbills, and flyers for both pre-Pearl Jam bands and other Seattle bands');
 tips.vintagepj = new Array(15, 15, 150, 'Click here to go to see pre-Pearl Jam posters, handbills, and flyers');
 tips.vintageother = new Array(15, 15, 150, 'Click here to go to see posters, handbills, and flyers for other Seattle bands');
 tips.hoax = new Array(15, 15, 150, 'Click here to go to see illegitimate posters');
 tips.indie = new Array(15, 15, 150, 'Click here to go to see posters that were &quot;independently created&quot; (for fun)');
 tips.faq = new Array(15, 15, 180, 'Have a poster related question? Click here to check the Poster FAQ first to see if your question has already been answered');
 tips.ames = new Array(15, 15, 180, 'Click here to go to see Ames Brothers related information, the artists behind most of the posters');
 tips.potm = new Array(15, 15, 180, 'Click here to go to &quot;Poster of the Month&quot; section, giving more detail about certain posters');
 tips.posterlinks = new Array(15, 15, 150, 'Click here to go see some of the best poster-related links on the web');
 tips.nakedeye = new Array(15, 15, 150, 'Click here to expand/contract the &quot;Naked Eye&quot; tree item to access pass and ticket related information');
 tips.nehome = new Array(15, 15, 110, 'Click here to go to the home of Cameron&acute;s Naked Eye');
 tips.ne1991 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 1991');
 tips.ne1992 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 1992');
 tips.ne1993 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 1993');
 tips.ne1994 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 1994');
 tips.ne1995 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 1995');
 tips.ne1996 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 1996');
 tips.ne1997 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 1997');
 tips.ne1998 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 1998');
 tips.ne1999 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 1999');
 tips.ne2000 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 2000');
 tips.ne2001 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 2001');
 tips.ne2002 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 2002');
 tips.ne2003 = new Array(15, 15, 110, 'Click here to go see backstage passes and tickets for the year 2003');
 tips.fakes = new Array(15, 15, 110, 'Click here to go see fake backstage passes');
 tips.unknown = new Array(15, 15, 180, 'Click here to go see unknown backstage passes. If you have any information, please contact us');
 tips.necredits = new Array(15, 15, 110, 'Click here to go see the credits for Naked Eye');
 tips.karma = new Array(15, 15, 110, 'Click here to go check out our regular contests and giveaways');
 tips.cd = new Array(15, 15, 110, 'Click here to go the cd artwork page');
 tips.misc = new Array(15, 15, 150, 'Click here to expand/contract the &quot;Miscellanous&quot; tree item to access miscellanous resources');
 tips.boots2003 = new Array(15, 15, 110, 'Click here to see the tracklists for the 2003 official bootlegs');
 tips.merch = new Array(15, 15, 110, 'Click here to go buy BRY merchandise');
 tips.contact = new Array(15, 15, 110, 'Click here to contact us and to get a little background on us');
 showDelay = 1700;
 tipStick = 0.2;
} 
