//reports auxiliary buttons for patsstats.com
// intellectual property of The Solar Stop 2003
// All Rights Reserved

function ButtonReport(text, url, tag, description)
{
this.text=text;
this.url=url;
this.tag=tag;
this.description=description;
return this;
}

var bbutton=new Array();
var sbutton=new Array();
var qbutton=new Array();
var tbutton=new Array();
var ri=0;

ri=0;
qbutton[ri++]=new ButtonReport('What does Service From the Heart mean?','q&a-servicefromtheheart.asp','Service From the Heart','');
qbutton[ri++]=new ButtonReport('Can I see some of Pat`s Corporate Clients?','q&a-corporateclients.asp','List of Pat`s Corporate Clients','');
qbutton[ri++]=new ButtonReport('Buying, Selling Or Financing Your Home','q&a-referralonly.asp','Buying, Selling Or Financing Your Home','');
qbutton[ri++]=new ButtonReport('Get Free Reports by E-Mail','freereports.asp','Get Free Reports by E-Mail','');
qbutton[ri++]=new ButtonReport('Get Buyers Information Here','buyers.asp','Get Buyers Information Here','');
qbutton[ri++]=new ButtonReport('Get Sellers Information Here','sellers.asp','Get Sellers Information Here','');
qbutton[ri++]=new ButtonReport('Get Relocation Information Here','relocation.asp','Get Relocation Information Here','');
qbutton[ri++]=new ButtonReport('Find out about Toledo Weather & Places of Interest','areainfo.asp','Find out about Toledo Weather & Places of Interest','');
qbutton[ri++]=new ButtonReport('Find Important Local Telephone Numbers','areainfo-contacts.asp','Find Important Local Telephone Numbers','');
qbutton[ri++]=new ButtonReport('Can you help me find the right house?','lookingtobuy.asp','Looking to Buy Information form','');
qbutton[ri++]=new ButtonReport('Can I send you information about the house I am selling?','lookingtosell.asp','Looking to Sell Information form','');
qbutton[ri++]=new ButtonReport('I am an agent, how can I send you a referral?','agentreferral.asp','Agent Referral Information Form','');

ri=0;
bbutton[ri++]=new ButtonReport('Buying a Home','buyers-buyingahome.asp','Buying a Home','');
bbutton[ri++]=new ButtonReport('Beat Other Buyers To The Best Listings And Save $$$','buyers-beatotherbuyers.asp','Beat Other Buyers To The Best Listings And Save $$$','');
bbutton[ri++]=new ButtonReport('Save Thousands of Dollars When Buying a Home','buyers-savethousands.asp','Save Thousands of Dollars When Buying a Home','');
bbutton[ri++]=new ButtonReport('Buy A Beautiful Home With Almost No Down Payment','buyers-nodownpayment.asp','Buy A Beautiful Home With Almost No Down Payment','');

ri=0;
sbutton[ri++]=new ButtonReport('Selling a Home','sellers-sellingahome.asp','Selling a Home','');
sbutton[ri++]=new ButtonReport('Inexpensive ways to make your home more sellable','sellers-moresellable.asp','Inexpensive ways to make your home more sellable','');
sbutton[ri++]=new ButtonReport('We Bring You More Buyers','sellers-morebuyers.asp','We Bring You More Buyers','');
sbutton[ri++]=new ButtonReport('How The Total Experience Scoreboard Works For You!','sellers-scoreboard.asp','How The Total Experience Scoreboard Works For You!','');
sbutton[ri++]=new ButtonReport('Pat`s Team Markets Your Home Through Networking &amp; Promoting','sellers-networking.asp','Pat`s Team Markets Your Home Through Networking &amp; Promoting','');
sbutton[ri++]=new ButtonReport('How to Avoid Tying Yourself Up With A 3 To 6 Month Listing','sellers-easyexitlisting.asp','How to Avoid Tying Yourself Up With A 3 To 6 Month Listing','');
sbutton[ri++]=new ButtonReport('Do-It-Yourself Home Seller`s Marketing Kit','sellers-homesellerskit.asp','Do-It-Yourself Home Seller`s Marketing Kit','');
sbutton[ri++]=new ButtonReport('What to look for & lookout for when selling your home','sellers-whatotlookfor.asp','What to look for & lookout for when selling your home','');

ri=0;
tbutton[ri++]=new ButtonReport('Learn about the Toledo Museum of Art','areainfo-artmuseum.asp','Learn about the Toledo Museum of Art','');
tbutton[ri++]=new ButtonReport('Learn about the Toledo Zoological Gardens','areainfo-zoo.asp','Learn about the Toledo Zoological Gardens','');
tbutton[ri++]=new ButtonReport('Learn about the Toledo Area Metroparks','areainfo-metroparks.asp','Learn about the Toledo Area Metroparks','');
tbutton[ri++]=new ButtonReport('Get Toledo School Information','areainfo-schoolinfo.asp','Get Toledo School Information','');
tbutton[ri++]=new ButtonReport('Find important local area telephone numbers','areainfo-contacts.asp','Find important local area telephone numbers','');
tbutton[ri++]=new ButtonReport('Learn more about Toledo events','areainfo-moreinfo.asp','Learn more about Toledo events','');
tbutton[ri++]=new ButtonReport('Learn about other Toledo attractions','areainfo-attractions.asp','Learn about other Toledo attractions','');

function showauxbuttons(barray)
{
var bstring='<table border=0>';
document.write(bstring);
for (var bi=0; bi<barray.length;bi++)
  {
  var onebutton = barray[bi];
  bstring = '<tr><td valign=top width=25><a href="';;
  bstring += onebutton.url + '" onMouseOver="window.status=\'';
  bstring += onebutton.tag + '\'; return true" onMouseOut="window.status=\'\'; return true">';
  bstring += '<img src="images/bullet-redpin.gif" border=0 alt="';
  bstring += onebutton.tag + '"></a></td>';
  bstring += '<td valign=top><a href="';
  bstring += onebutton.url + '" onMouseOver="window.status=\'';
  bstring += onebutton.tag + '\'; return true" onMouseOut="window.status=\'\'; return true">';
  bstring += onebutton.text + '</a></td></tr>';
  document.write(bstring);
  }
document.write('</table>');
}

function showtoledoauxbuttons(barray, adder)
{
var buttonsPerRowaux = 3;
var bstring='<table border=0>';
for (var bi=0; bi<barray.length;bi++)
  {
  var onebutton = barray[bi];
  gnamet = onebutton.url.substr(0,onebutton.url.indexOf("."));
  gname = gnamet.substr(gnamet.indexOf("-")+1);
  imagea[bi]=new Image();
  imagea[bi].src = SubD + 'images/buttons/' + gname + "1.gif";
  imageb[bi]=new Image();
  imageb[bi].src = SubD + 'images/buttons/' + gname + "2.gif";
  if ((bi)%buttonsPerRowaux == 0) bstring+='<tr>';
  bstring += '<td valign=middle><b>|</b></td>';
  bstring += '<td align=center><a href="' + onebutton.url + ' "';
  bstring += 'onmouseover="switchpic(\'buttonta'+bi+adder+'\',\'images/buttons/'+gname+'1.gif\'); window.status=\''+onebutton.tag+'\'; return true" ';
  bstring += 'onmouseout="switchpic(\'buttonta'+bi+adder+'\',\'images/buttons/'+gname+'2.gif\'); window.status=\'\'; return true">';
  bstring += '<img name="buttonta'+bi+adder+'" src="images/buttons/'+gname+'0.gif" alt="'+onebutton.tag+'" border=0 width=165 height=20>';
  bstring += '</a></td>';
  if (((bi+1)%buttonsPerRowaux == 0) || (bi == (barray.length-1)))
    {
    bstring += '<td valign=middle><b>|</b></td></tr></table>';
    if (bi < (barray.length-1)) bstring += '<table border=0>';
    }
  }

bstring += '</table>';
document.write(bstring);
}

