function skeleton(page){
  document.cookie = 'one=' + escape(page) + '; path=/';
  document.cookie = 'two=0; path=/';
parent.mainFrame.location.href = 'home.html';
}

function skeleton2(page){
  document.cookie = 'one=' + escape(page) + '; path=/';
  document.cookie = 'two=0; path=/';
 window.open("print.html","_blank");
}

function bodies(){

var cookies = document.cookie;
var tp = cookies.indexOf('one=');
var pn = cookies.indexOf('two=');

if (tp != -1)
{
 var st = tp + 4;
 var en = cookies.indexOf(';', st);
 if (en == -1) en = cookies.length;
 var dit = cookies.substring(st, en);
 dit = unescape(dit);
}
if (pn != -1)
{
 var st = pn + 4;
 var en = cookies.indexOf(';', st);
 if (en == -1) en = cookies.length;
 var tn = cookies.substring(st, en);
}


if(dit==null)
  err();
else if(dit=='manufacturers') 
  manufacturers();
else if(dit=='difference') 
  difference();
else if(dit=='contact') 
  contact();
else if(dit=='sales') 
  sales();
else if(dit=='service') 
  service();
else if(dit=='service2') 
  service2();
else if(dit=='service3') 
  service3();
else if(dit=='shop') 
  shop();
else if(dit=='rent') 
  rent();
else if(dit=='thankyou') 
  thankyou();
else if(dit=='conversion') 
  conversion();
else if(dit=='employment')
  employment();
else if(dit=='home')
  home();
else if(dit.substring(0,9)=='printprod')
	printprod(dit);
}

function printprod(dit){
var col_width = 350; //(image column width) 

var img_obj = new Array();
 var ths_pic=0;
 var img_obj_length = new Array();
 var ths_length = 0;
 
//-------------preloads images into img_obj (cols) of img (rows)----------------------------------------------

   var os = dit.split('^');
   if(os[7]==null||os[7]=='')
   {
     img_obj_length[ths_length]=0;
     ths_length++;
   }
   else
   {
     var img = os[7].split(':');
     img_obj_length[ths_length]=img.length;
     ths_length++;
     for (var k = 0; k < img.length; k++)
     {
       img_obj[ths_pic] = new Image();
       img_obj[ths_pic].src = img[k];      
       ths_pic++;
     }
   }
 
 ths_length=0;
 ths_pic=0;
 
 //--------cookie writing--------------------- 
function write_cookie(nw)
{
 document.cookie = 'tid=' + escape(od) + '; path=/';
 document.cookie = 'tin=' + nw + '; path=/';
}

 document.write('<table frame="void" bordercolorlight=#cccccc bordercolordark=#000000 border=1 cellspacing=6 cellpadding=6 width="100%">');

//-----------splits elements by the : symbol-------------------------------------------------------------------
  var title = os[2];
  var text = os[3];
  var model = os[4].split(':');
  var cap = os[5].split(':');
  var price = os[6].split(' :');
  var broch = os[8];
  
  
//-----------new table row-------------------------------------------------------------------------------------------
  document.write('<tr><td align=center valign=top width=', col_width,'>');


//-----------outputs a clickable image img_obj (cols) of img (rows)--------------------------------------------------
  for (var k = 0; k < img_obj_length[ths_length]; k++)
  {
    
    document.write('<a href="', broch, '" target="_blank"><img src="', img_obj[ths_pic].src, '" title="', title, '" alt="', title, '" border=0');
    if (img_obj[ths_pic].width>col_width || img_obj[ths_pic].width==0) document.write(' width=', col_width);
    document.write('></a>');
    if (img_obj[ths_pic].width==0){ 
      
      document.write('<p><b>*Press <a href="javascript:history.go(0)">Reload/Refresh</a> for a better quality picture</b>');
    }
    document.write('<p>');
    
    ths_pic++;
  }
  ths_length++;

document.write('</td><td valign=top bgcolor="');
//-------------color-----------------------------------------------------------------------------------------
  document.write('#99cccc">');
  
//-------------outputs the title as a link (in a new window)---------------------------------------------------
  document.write('<a href="', broch, '" target="_blank"><font size=6><b>', title, '</b></font></a>');

//--------------outputs the text------------------------------------------------------------------------------
  if (text.length > 1) document.write('<br>', text, '<br>');

//--------------outputs the url as a brochure link------------------------------------------------------------
  document.write('<a href="',broch, '" target="_blank">Image</a> ');

//--------------outputs models table--------------------------------------------------------------------------
  if (model[0]!=0)
  {
   document.write('<br><br><table align=center width=100% cellpadding=3 bgcolor=#cccccc border=1><tr><td><b>Model</b></td>');
   if (cap[0]!=0) document.write('<td><b>Capacity/Desc.</b></td>');
   if (price[0]>0) document.write('<td><b>Price</b></td><td></td>');
   document.write('</tr>');
   for (var j = 0; j < model.length; j++)
   {
     document.write('<tr><td>',model[j],'</td>');
     if (cap[0]!=0) document.write ('<td>',cap[j],'</td>');
     if (price[j]>0) document.write('<td>$',price[j],'.00</td><td align=center><form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="image" src="https://www.paypal.com//en_US/i/btn/sc-but-03.gif" border=0 name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!"><input type="hidden" name="add" value="1"><input type="hidden" name="cmd" value="_cart"><input type="hidden" name="business" value="FINNSCALE@MSN.COM"><input type="hidden" name="item_name" value="',model[j],'"><input type="hidden" name="amount" value="',price[j],'"><input type="hidden" name="no_note" value="1"><input type="hidden" name="currency_code" value="USD"><input type="hidden" name="lc" value="US"></form></td>');
   document.write('</tr>');
    }
   document.write('</table>');
  }
  document.write('</tr>');
document.write('</table>');

}

function home(){

document.write('    <font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="2">',

' <table align="center" border=0 cellspacing=0 cellpadding=0 valign="center"> ',
' <tr><td> ',
'<table align="center" border=10 cellspacing=15 cellpadding=5 valign="center" background="../images/diamondwhite.jpg"><tr><td>',
' <a href="javascript:skeleton(\'shop\')" target="mainFrame" onmouseover="rollover(\'buy\', image28)" onmouseout="rollover(\'buy\', image27)"> ',
' <img border="0" src="../images/buy.jpg" alt="Buy Scales Now" width="200" height="50" align="center" name="buy"></a>',
'</td></tr></table>',

' </td><td>',
' <table align="center" border=10 cellspacing=15 cellpadding=5 valign="center" background="../images/diamondwhite.jpg"><tr><td>',
' <a href="request.html" target="mainFrame" onmouseover="rollover(\'service\', image26)" onmouseout="rollover(\'service\', image25)"> ',
' <img border="0" src="../images/service.jpg" alt="Service Request" width="200" height="50" align="center" name="service"></a> ',
' </td></tr></table>',
' </td></tr></table><br><br>',

'    <font size="5" face="Verdana, Arial, Helvetica, sans-serif">1-888-799-FINN</font><br><br> ',
'    <img src="../images/premier.gif" align="center" width="442" height="92"><br><br> ',
'    <img border="0" src="../images/banner_horiz.jpg" align="center" width="500" height="90"><br><br> ',
'    <i><font color="#0000FF" face="Verdana, Arial, Helvetica, sans-serif"><b>SALES - SERVICE - RENTALS - CALIBRATION</b></font></i><br><br> ',
'    <font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="2"> ',
'    <b>Welcome.</b> Thank you for visiting finnscale.com. If you desire to print a page from our site please first click on the text area of the page before you do so. This will ensure that you print the area of the page that you desire.<br><br> ',
'    <b>Please refresh your browser</b> if you have previously visited our web-site to ensure that you are seeing the latest versions of our pages..<br><br> ',
'    <b>Finn Scale</b> offers the best quality weighing products and services in the greater Delaware Valley, let us prove it to you...</font><br> ',
'    <div align="center"><font size="2" color="#000033" face="Verdana, Arial, Helvetica, sans-serif"> ',
'    <img src="../images/floorscale.jpg" alt="Platform Scale" width="211" height="176"><br> ',
'    <b>We sell and service a huge variety of scales !</b></font></div> ',
'    <div align="left"><font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="2"> ',
'    We provide top quality weighing equipment and dependable scale services for many of the Delaware Valley\'s largest company\'s. The information provided at this site is intended to present our clients with an overview of the products and services that <b>Finn Scale</b> has to offer.<br><br> ',
'    If at any time you\'d like more details on a particular product or service, call us for more information we will be glad to answer your questions.</font></div><br><br> ',
'    <b><font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="6"> ',
'    &quot;FROM LAB BALANCES TO TRUCK SCALES&quot;</font></b><br> ',
'    <img border="0" src="../images/truckscale2.JPG" width="500" height="280"><br><br> ');

}

function manufacturers(){

document.write(' <font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="2"><div align=left> ',
' <b>Manufacturers:<br><br>Finn Scale </b> ',
' sells and services products from the weighing industries top manufactures. ',
' Our relationships with our suppliers allow us to pass great value onto our customers. ',
' We insure that our customers get the absolute best quality merchandise on the market everyday...<br><br> ',
' <b>Finn Scale</b> sells products of the following manufacturers:<br><br> ',
' A&D, Allegheny, Analogic, CAS, Cambridge, Cardinal, Chatillon, CCI,  ',
' Detecto, Digi, Dillon, Doran, Eaton, Emery, Evergreen Weighing, Hartman Bagging Mfg., Hydroscale,  ',
'       Fargo, First-Weigh, Flex-Weigh, Fuller Weighing Systems, General Electronic Systems,  ',
' GSE, IDS, Intercomp, In Scale, Kubota, Lodec, LTS Scale, Mark-10, MSI Crane Scales,  ',
' NCI, Ohaus, RLWS, Salter, Tanita, Torrey, Velcon, Yamato.<br><br> ',
' If at any time you\'d like more details on a particular product or service, ', 
' call us for more information; we will be glad to answer your questions. ',
' </div></font> ');

}

function difference(){

  document.write('      <div align=left><font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="2">',
' <b>The Finn Scale Difference:<br><br></b>',
' At<b> Finn Scale</b> we provide superior weighing ',
'        solutions and offer the highest quality services. We also offer, extreme ',
'        value on the weighing industry\'s premiere products and carry an expansive ',
'        line of items.<br><br>',
'        Like our slogan says, <b>&quot;FROM LAB BALANCES TO TRUCK SCALES,&quot;</b> ',
'        we carry it all... Our experience and knowledge of quality scale solutions ',
'       is unsurpassed. We have even been asked to consult on the design of some ',
'        of the industry\'s most sought after scales! <br><br>',
' ');

}

function contact(){

document.write('          <div align=left><font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="2"> ',
' <b>Contact:<br><br>Finn Scale</b>',
' offers the best quality weighing products and services in the greater Delaware Valley, let us prove it to you...<br><br>',
'        The information provided at this site is intended to present our clients ',
'        with an overview of the products and services that<b> Finn Scale</b> has to offer. ',
' If at any time you\'d like more details on a particular product or service, ',
'        call us for more information we will be glad ',
'        to answer your questions.</font></div> ');

}

function sales(){

document.write('    <font face="Verdana, Arial, Helvetica, sans-serif" color="#000033" size="2"><div align=left>',
' <b>Sales Home:</b><b><br><br>',
'        We sell hundreds of scales! The following is just a short list:</b><br><br>',
'        Airline baggage scales, Animal scales, Baby scales, Balances, Barcode ',
'        printers, Batching systems, Bench scales, Body fat scales, Bucket loader ',
'        scales, Cat scales, Check weighing scales, Conveyor scales, Counting scales, ',
'        Crane scales, Data collection, Dial scales, Doctor scales, Dog scales, ',
'        Drum scales, Drum filling scales, Dump truck scales, Floor scales, Food ',
'        scales, Fork lift scales, Front loader scales, General purpose scales, ',
'        Gram scales, Health scales, Hostile environment scales, Intrinsically ',
'        safe scales, In-motion scales, In-motion conveyor scales, Jewelry scales, ',
'        Lab scales, Onboard scales, Medical scales, Mechanical scales, Mechanical ',
'        balances, Mechanical hanging scales, Physician scales, Postal scales, ',
'        Portion control scales, Price computing scales, Price computing label ',
'        printing scales, Printers, Rail scales, Scale indicators, Scale software, ',
'        Shipping scales, Spring scales, Top loading scales, Truck scales, UPS ',
'        scales, Wheel chair scales, Wheel loader scales, Weigh In-motion scales ',
'        and more!</div><br><br>',
'        <div align=center><b><img src="../images/gr2balance.jpg" width="150" height="208"><br>',
'        We are a full service scale company.</b></div>',
'      <div align="left"><b>Scales:</b><br>',
' A&D, Allegheny, Analogic, CAS, Cambridge, Cardinal, Chatillon, CCI, Detecto, ',
'       Digi, Dillon, Doran, Eaton, Emery, Evergreen Weighing, Hartman Bagging Mfg., Hydroscale, ',
'        Fargo, First-Weigh, Flex-Weigh, Fuller Weighing Systems, General Electronic ',
'        Systems, GSE, IDS, Intercomp, In Scale, Kubota, Lodec, LTS Scale,',
'        Mark-10, MSI Crane Scales, NCI, Ohaus, RLWS, Salter, Tanita, Torrey, Velcon, ',
'        Yamato.</div>',
'        <div align="center"><img src="../images/weighmount.jpg" width="176" height="135"></div>',
'        <div align="left"><b>Load Cells:</b><br>',
'        A&D, BLH, Celtron, Epelsa, Flintec, HBM, Interface, NMB, Scaime, Setra, ',
'        Revere Transducers, Sensortronics, Tedea-Huntleigh and more!',
'  </div>',
'        </font>');
   
}

function service_nav(){
  document.write(' <td width="138" height="408" valign="top">  ',
'     <p><font size="2" color="#000066" face="Verdana, Arial, Helvetica, sans-serif"><b> ',
'      <img src="../images/horzrule.gif" width="137" height="5"><br> ',
'        <a href="javascript:skeleton(\'service\')" target="_self">Service Home</a><br><br> ',
'        <a href="javascript:skeleton(\'service2\')" target="_self">Service Contracts<br></a><br> ',
'        <a href="javascript:skeleton(\'service3\')">Our Service <br>Standards</a><br> ',
'        <img src="../images/horzrule.gif" width="137" height="5"> </b></font></p> ',
'    </td> ');
}

function service(){
  
document.write(' <table><tr> ');
service_nav();
document.write('    <td width="515" height="408" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000033" size="2"> ',
' <div align=left><b>Service Home:<br><br> ',
' We have been providing quality service for our industrial clients for many  ',
'        years.</b><br><br> ',
'        We earn our keep every day by providing excellent service and by suggesting  ',
'        weighing improvements that allow our customers to save money. Our superior  ',
'        service is accomplished through automation upgrades, process improvements,  ',
'        and creative approaches to weight based problems.</div><br><br> ',
'      <div align="center"><img src="../images/ultralow.jpg" width="150" height="89"><br> ',
'        <b>Sales - Service - Rentals - Leasing - Installations:</b></div><br><br> ',
'      <div align="left">We  ',
'        strive for excellence in sales, systems design, and service of scales  ',
'        ranging from analytical balances, counting scales, batching systems to  ',
'        truck scales.<br><br> ',
'        <b>Some of the services that we offer are listed below:</b><br><br> ',
'        &#149; Service Agreements Customized to Suit YOUR Operations. <br> ',
'        &#149; Servicing All Makes and Models of Scales<br> ',
'        &#149; Inventory Control with Counting Scales<br> ',
'        &#149; Rental Scales available for your Short Term Requirements <br> ',
'        &#149; On Site Calibration Technicians<br> ',
'        &#149; Inspection Reporting <br> ',
'        &#149; Software Uploads<br> ',
'        &#149; Consultation and Engineering of Industrial Control Systems <br> ',
'        &#149; Use of the Latest Diagnostic Equipment <br> ',
'        &#149; Laptops with Diagnostic Programming <br> ',
'        &#149; Heavy Capacity Vehicle for Testing & Certification<br> ',
'        &#149; Two Heavy Capacity Test Trucks <br> ',
'        &#149; Complete Product Line for all of your Scale Requirements</div></font> ',
'</td></tr></table> ');  
  
}

function service2(){
  
document.write(' <table><tr> ');
service_nav();
document.write(' <td width="518" height="215" valign="top"><div align=left> ',
' <font face="Verdana, Arial, Helvetica, sans-serif" color="#000033" size="2"> ',
' <b>Service Contracts:</b><br><br> ',
' <b>We provide top-quality service for a diverse array of clients. </b><br><br> ',
'        Our service contracts ensure that your weighing systems are accurate,  ',
'        and well maintained.<br><br><br> ',
' We regularly service and calibrate weighing systems for:<br><br> ',
'        &#149; Industrial Manufactures<br> ',
'        &#149; Pharmaceuticals<br> ',
'        &#149; Food Processing<br> ',
'        &#149; Laboratories<br> ',
'        &#149; Recycling Facilities<br> ',
'        &#149; Municipalities<br><br> ',
'        And more... <br><br> ',
'        If at any time you\'d like more details on a particular product or service,  ',
'        call us for more information we will be glad  ',
'        to answer your questions. ',
' </font></div></td></tr></table> ');  
  
}

function service3(){
  
document.write(' <table><tr> ');
service_nav();
document.write('        <td width="515" height="168" valign="top"><div align=left><font size="2" face="Verdana, Arial, Helvetica, sans-serif" color="#000033"> ',
' <b>Our Service Standards: ',
' Finn Scale</b> offers the best quality weighing products  ',
'        and services in the greater Delaware Valley, let us prove it to you...<br><br> ',
'        <b>We are currently undergoing our transformation into an <br><br> ',
'        <div align=center>ISO9001 Certified Company<br> ',
'        <img src="../images/iso9001.gif" width="72" height="54"></div> <br><br><br> ',
'        The Finn Scale service guarantee:</b><br><br> ',
'        We pledge that you will be greeted by a friendly, knowledgeable, service  ',
'        technician on any job, large or small, from delicate lab balances to heavy  ',
'        duty truck scales! When servicing any client, industrial, food processing,  ',
'        laboratory, or health club, our technicians are the standout best. Our  ',
'        tech\'s will not only get the job done quickly and accurately, they will  ',
'        be friendly, clean and safe.<br><br> ',
'        <b>-Sincerely, Brian Finn,</b> Manager Finn Scale</font></div> ',
'</td></tr></table> ');  
  
}

function quote(){
  
document.write('             <div align=left><font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="2"> ',
' <b>Finn Scale</b> offers the best quality weighing products and services in the  ',
'        greater Delaware Valley, let us prove it to you...<br><br> ',
'        <b>ASK US FOR A QUOTE!</b><br><br> ',
'        <b>Please complete all of the information fields in the quote request  ',
'        form so that we can better serve you.</b> <br><br> ',
'        In order for us to provide you with the most competitive price quote. We require that you  ',
'        include your name, your company name, your phone number, email address  ',
'        and mailing address. We will not use your information for any reason other ', 
'        than to contact you with a quote.<br><br> ',
'        We provide our quote requests with; <b>service contract quotes, sales  ',
'        prices, and detailed lists of our product offerings...<br><br> ',
'        Quote Request Form:</b> ',
'        <form action="http://www.finnscale.com/cgi-bin/mailto" method="post"> ',
'        <input type="hidden" name="recipient" value="finnscale@msn.com"> ',
'        <input type="hidden" name="redirect" value="http://www.finnscale.com/source/thankyou.html"> ',
'        <INPUT TYPE="HIDDEN" NAME="FROMADDRESS" VALUE="finnscale@msn.com"> ',
'       <INPUT TYPE="HIDDEN" NAME="SUBJECT" VALUE="Finnscale Quote"><br><br> ',
'        <b>Name</b> <br><input type="text" name="name" size="50"><br><br> ',
' <b>Company</b><br><input type="text" name="company" size="50"><br><br> ',
' <b>Phone Number </b> <br><input type="text" name="phone number" size="50"><br><br> ',
' <b>Email </b><br><input type="text" name="email" size="50"><br><br> ',
' <b>Mailing Address</b><br><input type="text" name="mailing address" size="50"><br><br> ',
' <b>Where did hear about us</b>?<br><input type="text" name="heard about us from" size="50"><br><br> ',
'        <b>Describe the item or service of interest. </b><br><textarea name="interested in" rows="10" cols="60"></textarea><br><br> ',
'        <input type="submit" value="Send"><input type="reset" value="Clear"> ',
'        </form><br><br><br> ',
'        Call (215) 725-9784  ',
'        for more information. We will be glad to answer  ',
'        your questions.</font></div> ');
  
}

function request(){

document.write('             <div align=left><font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="2"> ',
' <b>Finn Scale</b> offers the best quality weighing products and services in the  ',
'        greater Delaware Valley, let us prove it to you...<br><br> ',
'        <b>REQUEST SERVICE!</b><br><br> ',
'        <b>Please complete all of the information fields in the service request  ',
'        form so that we can better serve you.</b> <br><br> ',
'        In order for us to provide you with the best service. We require that you  ',
'        include your name, your company name, your phone number, email address  ',
'        and mailing address. We will not use your information for any reason other ', 
'        than to contact you for service.<br><br> ',
'        Service Request Form:</b> ',
'        <form action="http://www.finnscale.com/cgi-bin/mailto" method="post"> ',
'        <input type="hidden" name="recipient" value="finnscale@msn.com"> ',
'        <input type="hidden" name="redirect" value="http://www.finnscale.com/source/thankyou.html"> ',
'        <INPUT TYPE="HIDDEN" NAME="FROMADDRESS" VALUE="finnscale@msn.com"> ',
'       <INPUT TYPE="HIDDEN" NAME="SUBJECT" VALUE="Finnscale Quote"><br><br> ',
'        <b>Name</b> <br><input type="text" name="name" size="50"><br><br> ',
' <b>Company</b><br><input type="text" name="company" size="50"><br><br> ',
' <b>Phone Number </b> <br><input type="text" name="phone number" size="50"><br><br> ',
' <b>Email </b><br><input type="text" name="email" size="50"><br><br> ',
' <b>Mailing Address</b><br><input type="text" name="mailing address" size="50"><br><br> ',
' <b>Where did hear about us</b>?<br><input type="text" name="heard about us from" size="50"><br><br> ',
'        <b>Describe the item or service of interest. </b><br><textarea name="interested in" rows="10" cols="60"></textarea><br><br> ',
'        <input type="submit" value="Send"><input type="reset" value="Clear"> ',
'        </form><br><br><br> ',
'        Call (215) 725-9784  ',
'        for more information. We will be glad to answer  ',
'        your questions.</font></div> ');
  
}

function shop(){
document.write(' <table> ',
'<td bgcolor="#C0C0C0">      ', 
'<p align="center"><font color="#0000FF" face="Verdana" size="4">--Finn Scale Co. Policy--</font></p> ',
'<p align="center"><font color="#0000FF" face="Times New Roman" size="7"><b>WE REPAIR ALL MAKES AND MODELS OF SCALES!</b></p> ',
'<font color="#0000FF" face="Times New Roman" size="5"><p align="center"> ',
'<i>Finn Scale works as a team alongside our customers. We do not abandon our customers like other scale  ',
'      companies. Finn Scale Co. is reliable: Our technicians will work with you  ',
'      and consistently service and repair any scales purchased  ',
'      from our store or any other store.</i> ',
'      </p></font> ',
'      </td> ',
'      </table> ',
'<form target="mainFrame" name="Form2" onsubmit="search_form(Form2);return false;"> ',
'<select multiple name="d" size="20"> ');
prod_list();
document.write('</select><br> ',
'<input type="submit" value="Select"> ',
'</form><br> ',
'...More to come within a few days<br>',
'<b>To purchase/inquire about a scale not on the list, please <a href="quote.html">request a quote</a>.</b>'); 
  
}

function rent(){

document.write('          <div align=left><font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="2"> ',
'<div align="center">',
'    <font size="5" face="Verdana, Arial, Helvetica, sans-serif">Rental Hotline: 1-888-799-FINN</font><br> ',
'</div>',
' <img src="../images/horzrule.gif" width="100%" height="5"><br><br><br>  ',
' <b>Rent A Scale:</b><br><br>',
'  Don\'t have the funding to pay for one of our high-end scales and you only need a scale for inventory purposes?  Finn Scale offers an option that allows our customers to temporarily use our scales at a low price. We offer Counting Scales, Axle Scales, Indicators, Truck Scales...etc.<br><br>',
'  <img width=300 height=215 src="../rent_uploads/SC-1_b.jpg"><img width=300 height=215 src="../rent_uploads/RW-05PB.gif"><br>',
'  <img width=300 height=215 src="../rent_uploads/csw10.jpeg"><img width=300 height=215 src="../rent_uploads/EPR.jpg"><br>',
' <b>For more details, please<br>Call us at: (215) 725-9784,<br>',
' Fax us at: (215) 725-3440,<br>',
' E-mail us at: <a href="mailto:finnscale@msn.com">finnscale@msn.com</a><br>',
' with a description or model number of any scale that you would like to rent,<br>',
' or you can simply <a href="../source/quote.html">request a quote</a>.</b></font></div> ');

}

function thankyou(){
document.write(' <p><font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#CC0000" size="4"> ',
' <b>Thank you for submitting a quote/service request.</b></font><br><br> ',
'        Call us for more information or submit another <a href="quote.html" target="_self">quote request</a>, we will be glad to answer your questions. Call (215) 725-3440.<br><br> ',
'        We provide our quote requests with; <b>service contract quotes, sales prices, ',
'        and detailed lists of our product offerings...</b> ');
}

function conversion(){
  document.write('    <form name="MainForm" align="center">',
'      <div align="center"><center><table border="0">',
'       <tr>',
'          <td colspan="2">Convert what quantity? <input type="text" name="what" size="15" onFocus="javascript:resetanswer();" onKeyPress="microsoftKeyPress();"></td>',
'        </tr>',
'        <tr>',
'          <td align="center">From:<br>',
'          <select name="from" size="10" onChange="javascript:myCon();">',
'            <option selected value="0.00001">centigram</option>',
'            <option value="0.0001">decigram</option>',
'            <option value="0.01">dekagram</option>',
'            <option value="0.45359237/256">dram</option>',
'            <option value="0.00006479891">grain</option>',
'            <option value="0.001">gram</option>',
'            <option value="0.1">hectogram</option>',
'            <option value="0.45359237*112">hundredweight [long, UK]</option>',
'            <option value="0.45359237*100">hundredweight [short, US]</option>',
'            <option value="1">kilogram</option>',
'            <option value="0.45359237">lb, lbs</option>',
'            <option value="0.45359237*2240">long ton</option>',
'            <option value="1000">megagram</option>',
'            <option value="1000">metric ton</option>',
'            <option value="1.0e-9">microgram</option>',
'            <option value="0.000001">milligram</option>',
'            <option value="0.45359237/16">ounce</option>',
'            <option value="0.45359237">pound</option>',
'            <option value="0.45359237*2000">short ton</option>',
'            <option value="0.45359237*2240">ton [long, UK]</option>',
'            <option value="1000">ton [metric]</option>',
'            <option value="0.45359237*2000">ton [short, US]</option>',
'            <option value="1000">tonne</option>',
'    </select></td>',
'          <td align="center">To:<br>',
'          <select name="to" size="10" onChange="javascript:myCon();">',
'            <option selected value="0.00001">centigram</option>',
'            <option value="0.0001">decigram</option>',
'            <option value="0.01">dekagram</option>',
'            <option value="0.45359237/256">dram</option>',
'            <option value="0.00006479891">grain</option>',
'            <option value="0.001">gram</option>',
'            <option value="0.1">hectogram</option>',
'            <option value="0.45359237*112">hundredweight [long, UK]</option>',
'            <option value="0.45359237*100">hundredweight [short, US]</option>',
'            <option value="1">kilogram</option>',
'            <option value="0.45359237">lb, lbs</option>',
'            <option value="0.45359237*2240">long ton</option>',
'            <option value="1000">megagram</option>',
'            <option value="1000">metric ton</option>',
'            <option value="1.0e-9">microgram</option>',
'            <option value="0.000001">milligram</option>',
'            <option value="0.45359237/16">ounce</option>',
'            <option value="0.45359237">pound</option>',
'            <option value="0.45359237*2000">short ton</option>',
'            <option value="0.45359237*2240">ton [long, UK]</option>',
'            <option value="1000">ton [metric]</option>',
'            <option value="0.45359237*2000">ton [short, US]</option>',
'            <option value="1000">tonne</option>',
'          </select></td>',
'        </tr>',
'        <tr>',
'          <td colspan="2" align="center"><input type="button" value="Convert" name="Go" onClick="javascript:myCon();"></td>',
'        </tr>',
'        <tr>',
'          <td align="left" colspan="2">Result <font size="2">(rounded to 7 decimal places)</font>:<br><input type="text" name="answer" size="70"></td>',
'        </tr>',
'      </table>',
'      </center></div>',
'    </form>');
  
}


function employment(){
  
document.write('             <div align=left><font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="3"> ',
' <font size="5">Employment at Finn Scale Company</font>',
' <img src="../images/horzrule.gif" width="100%" height="5"><br><br><br>  ',
' We are now looking to hire a scale technician. If you are interested, please do any or all of the following:<br> ',
' <ul><li>Submit your resume to <a href="mailto:finnscale@msn.com">finnscale@msn.com</a></li>',
' <li>OR Fax your resume to (215) 343-5322</li> ',
' <li>OR Call 215-725-9784 or 888-799-3466</li></ul> ',
'        </font></div> ');
  
}

function err(){
document.write('             <div align=left><font color="#000033" face="Verdana, Arial, Helvetica, sans-serif" size="3"> ',
' <font size="5">Finn Scale<br><br>',
' Error:  You have reached this page by accident. Please click the following link to go to the main page:<br><br>',
'<a href="../">www.finnscale.com</a>',
'        </font></div> ');
window.location = "../";
}
