
//<script>


//**************************************
//* This script pre-loads all the 
//* menu images do eliminate delay when
//* first hovering over the menu.
//**************************************

{
  homeoff = new Image(81,23);
  homeoff.src = "/images/b_home.gif";
  homeon = new Image(81,23);
  homeon.src = "/images/b_home_h.gif";
  homedown = new Image(81,23);
  homedown.src = "/images/b_home_a.gif";
  whatyouneedoff = new Image(131,23);
  whatyouneedoff.src = "/images/b_whatyouneed.gif";
  whatyouneedon = new Image(131,23);
  whatyouneedon.src = "/images/b_whatyouneed_h.gif";
  whatyouneeddown = new Image(131,23);
  whatyouneeddown.src = "/images/b_whatyouneed_a.gif";
  trioportfoliooff = new Image(123,23);
  trioportfoliooff.src = "/images/b_ourportfolio.gif";
  trioportfolioon = new Image(123,23);
  trioportfolioon.src = "/images/b_ourportfolio_h.gif";
  trioportfoliodown = new Image(123,23);
  trioportfoliodown.src = "/images/b_ourportfolio_a.gif";
  originaltriooff = new Image(137,23);
  originaltriooff.src = "/images/b_theoriginaltrio.gif";
  originaltrioon = new Image(137,23);
  originaltrioon.src = "/images/b_theoriginaltrio_h.gif";
  originaltriodown = new Image(137,23);
  originaltriodown.src = "/images/b_theoriginaltrio_a.gif";
  findtriooff = new Image(94,23);
  findtriooff.src = "/images/b_findus.gif";
  findtrioon = new Image(94,23);
  findtrioon.src = "/images/b_findus_h.gif";
  findtriodown = new Image(94,23);
  findtriodown.src = "/images/b_findus_a.gif";
  socialnetworkingoff = new Image(24,138);
  socialnetworkingoff.src = "/images/b_socialnetworking.gif";
  socialnetworkingon = new Image(24,138);
  socialnetworkingon.src = "/images/b_socialnetworking_h.gif";
  socialnetworkingdown = new Image(24,138);
  socialnetworkingdown.src = "/images/b_socialnetworking_a.gif";
  trioblogoff = new Image(24,83);
  trioblogoff.src = "/images/b_trioblog.gif";
  trioblogon = new Image(24,83);
  trioblogon.src = "/images/b_trioblog_h.gif";
  trioblogdown = new Image(24,83);
  trioblogdown.src = "/images/b_trioblog_a.gif";
  rssfeedsoff = new Image(23,23);
  rssfeedsoff.src = "/images/sn_rss.gif";
  rssfeedson = new Image(23,23);
  rssfeedson.src = "/images/sn_rss_h.gif";
  diggoff = new Image(23,23);
  diggoff.src = "/images/sn_digg.gif";
  diggon = new Image(23,23);
  diggon.src = "/images/sn_digg_h.gif";
  flickroff = new Image(23,23);
  flickroff.src = "/images/sn_flickr.gif";
  flickron = new Image(23,23);
  flickron.src = "/images/sn_flickr_h.gif";
  facebookoff = new Image(23,23);
  facebookoff.src = "/images/sn_facebook.gif";
  facebookon = new Image(23,23);
  facebookon.src = "/images/sn_facebook_h.gif";
  twitteroff = new Image(23,23);
  twitteroff.src = "/images/sn_twitter.gif";
  twitteron = new Image(23,23);
  twitteron.src = "/images/sn_twitter_h.gif";
  freequote1off = new Image(71,13);
  freequote1off.src = "/images/free_quote.gif";
  freequote1on = new Image(71,13);
  freequote1on.src = "/images/free_quote_h.gif";
  freequote2off = new Image(71,13);
  freequote2off.src = "/images/free_quote.gif";
  freequote2on = new Image(71,13);
  freequote2on.src = "/images/free_quote_h.gif";
  whatyouneed1off = new Image(100,13);
  whatyouneed1off.src = "/images/whatyouneed.gif";
  whatyouneed1on = new Image(100,13);
  whatyouneed1on.src = "/images/whatyouneed_h.gif";
  whatyouneed2off = new Image(100,13);
  whatyouneed2off.src = "/images/whatyouneed.gif";
  whatyouneed2on = new Image(100,13);
  whatyouneed2on.src = "/images/whatyouneed_h.gif";
}


//**************************************
//* This script changes the
//* pre-loaded images when the mouse
//* pointer hovers over them.
//**************************************

function imgSwap(imgName, imgState)
{
  document.getElementById(imgName).src = eval(imgName + imgState + ".src");
}