
//bnl-fleet.js  09129

var vtxt = new Array("<font color=gold><b>ROYAL RIDE</b>:  This <i>EXCLUSIVE</i> and <i>INCREDIBLE</i> <b>200-inch</b> Strrrrrretch HUMMER, features over 34 feet of rolling luxury with spacious seating for 20.  Imagine not only arriving at your destination in this beauty, but just think of the experience on the way with its 1500 watt surround-sound audio system, four flat-panel video screens, interior laser light and fog show, exterior strobe lights, tasteful amenities and discrete mobile privacy.<br>Rate: $185/hr (Minimums +15% gratuity - see <a href='bnl-answers.htm' onMouseOver='swapBover(2,Sstat)' onMouseOut='swapBout(2,Sstat)'>INFO</a>)</font>",
                     "<font color=gold><b>BLACK NIGHT</b>: Our 120-inch stretch limo accommodates up to 10 guests in elegant comfort and style.  Video screens, high-end audio, and other included and/or special amenities provide a memorable private environment for your special occasions.<br>Rate: $95/hr (Minimums +15% gratuity - see <a href='bnl-answers.htm' onMouseOver='swapBover(2,Sstat)' onMouseOut='swapBout(2,Sstat)'>INFO</a>)</font>",
                     "<font color=gold><b>LUXURY 4 YOU</b>: Our 100-inch stretch coach provides the classic limousine experience for up to 8 guests.  With an un-inhibiting audio system and energizing laser light and fog effects, it's ideal for those intimate small groups looking for lavish transportation to complement any special event ... or to be the event itself!.<br>Rate: $85/hr (Minimums +15% gratuity - see <a href='bnl-answers.htm' onMouseOver='swapBover(2,Sstat)' onMouseOut='swapBout(2,Sstat)'>INFO</a>)</font>",
                     "<font color=gold><b>THE END</b>: This classic conveyance is only for the ultimate Special occasion.  It offers simple elegance for the ride of your life ... when you're looking for that unique solitary experience that literally takes you somewhere beyond .... the ride you only want to re-Hearse!</font>",
                     "<font color=gold><b>CROWN JEWEL</b>:  Our fleets newest addition is an <i>EXCLUSIVE</i> and <i>LUXURIOUS</i> <b>140-inch</b> Strrrrrretch CHRYSLER 300, featuring almost 30 feet of mobile elegance with spacious seating for 10 (less spacious for 12).  Complemented by state of the art entertainment systems for your audio and video pleasures, an extravagant wetbar for your libation desires and richly appointed lush soft-surfaces for your VIP conveyance or your party to the party.<br>Rate: $120/hr (Minimums +15% gratuity - see <a href='bnl-answers.htm' onMouseOver='swapBover(2,Sstat)' onMouseOut='swapBout(2,Sstat)'>INFO</a>)</font>");

var fimg0 = new Array("fv1.jpg","fv2.jpg","fv3.jpg","fv4.jpg","fv5.jpg");
var fimg1 = new Array("fv1-fwd.jpg","fv2-fwd.jpg","fv3-fwd.jpg","fv4-fwd.jpg","fv5-fwd.jpg");
var fimg2 = new Array("fv1-bwd.jpg","fv2-bwd.jpg","fv3-bwd.jpg","fv4-bwd.jpg","fv5-bwd.jpg");

function initf()
  {
  init();
  swapBdownF(vdflt,Ostat,'vdesc');
  }

function swapBdownF(bn,bc,tonam)
{
  if (bn != bc)
  {
  var x=document.getElementById(bnam[bn]);
  //alert("bn, bnam[bn] = "+bn+" , "+bnam[bn]);
  x.src=bcon[bn];
  var x=document.getElementById(bnam[bc]);
  x.src=booff[bc];
  Ostat = bn;
  loadFt(tonam,vtxt[bn-ebtn]);
  loadFi(bn);
  }
}

function loadFt(tn,tt)
{
var x=document.getElementById(tn).rows[1].cells;
var y=x[0].innerHTML;
var i1=y.indexOf("<font");
if(i1<0){i1=y.indexOf("<FONT");}
var i2=y.indexOf("</font");
if(i2<0){i2=y.indexOf("</FONT");}
x[0].innerHTML=y.substr(0,i1-1)+tt+y.substr(i2+7,y.length-1);
}

function loadFi(bn)
{
if (document.images) 
  {
        document.images.fimg0.src = fimg0[bn-ebtn];
        document.images.fimg1.src = fimg1[bn-ebtn];
        document.images.fimg2.src = fimg2[bn-ebtn];
  }
}

//--!