<!-- Begin hiding from old browsers
/*JS Hyperlink*/
function go(url){
    window.location=(url); return false;
}
/*Status Bar Scroll*/
var statBarMsg = "     The Mohawk Shop Talk Forum...  "
    + "  The place to talk about automotive equipment"   + "   Sponsored by the AutoQuip Sales, The Hardware Shop, JRH Equipment, Rack'm Up Distributors, Specialty Automotive Equipment, Mohawk Automotive Lifts Southwest, Weco, Inc. and the Webshop@servenet.com.     "

  function scrollStatBarMsg(){
    window.status = statBarMsg
    statBarMsg = statBarMsg.substring(1, statBarMsg.length)
                + statBarMsg.substring(0, 1)
    setTimeout("scrollStatBarMsg()", 150)
    }
/*Break frames*/
     if (top.frames.length!=0)
     top.location=self.document.location;
/*Pop-up page, variable width, height; closes when focus is lost*/
var openwin = null;
function KeepTop ()
{
   if (openwin != null && openwin.open) openwin.close();
}
function WinSize(loc,winwidth,winheight)
{
wintype =
'width='+winwidth+',height='+winheight+',toolbar=no,menubar=no,location=no,status=no,copy history=no,scrollbars=yes,resizable=yes,top=0,left=0,screenX=0,screenY=0';
openwin = window.open(loc,'CtrlWindow',wintype);
}
window.onfocus=KeepTop;
/*Prevent Duplicate Form Submission: Suggestions*/
var senditcount=0;
function DupeStop()
{
   if (senditcount == 0)
      {
      senditcount++;
      return true;
      }
   else
      {
      alert("This form has already been submitted.  Thanks!");
      return false;
      }
}
/*Forms Handler for Messages*/
var submitcount=0;
function reset() {
document.messageform.name.value="";
document.messageform.email.value="";
document.messageform.subject.value="";
document.messageform.body.value="";
}
function checkMessageFields() {                       
if ( (document.messageform.name.value=="")  ||   
     (document.messageform.email.value=="") ||
     (document.messageform.subject.value=="") ||
     (document.messageform.body.value=="") ) 
   {
   alert("Please enter your Name, Email, Subject and a Message. \n\nThen re-submit this form.");
   return false;
   }

else
   {
   if (submitcount == 0)
      {
      submitcount++;
      return true;
      }
   else
      {
      alert("This form has already been submitted.  Thanks!");
      return false;
      }
   }
}
/*Forms Handler for Recommend*/
var sendcount=0;
function initialize() {
document.recommendform.visitorname.value="";
document.recommendform.visitormail.value="";
document.recommendform.friendname.value="";
document.recommendform.friendmail.value="";
}
function checkRecommendFields() {
if ( (document.recommendform.visitorname.value=="")  ||
     (document.recommendform.visitormail.value=="") ||
     (document.recommendform.friendname.value=="") ||
     (document.recommendform.friendmail.value=="") )
   {
   alert("Please enter your Name and Email Address, and your friend's Name and Email Address. \n\nThen re-submit this form.");
   return false;
   }
else
   {
   if (sendcount == 0)
      {
      sendcount++;
      return true;
      }
   else
      {
      alert("This form has already been submitted.  Thanks!");
      return false;
      }
   }
}
/*Banner Image Rotation*/
today=new Date();
jran=today.getTime();
var number = 8;
var random_number="";
var image="";
var alt_desc="";
var url_ref="";
var tar_get="target='_blank'";
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
random_number = Math.ceil( (jran/(im*1.0)) *number);
// Sets the number if surfer came from a sponsor.
if (document.referrer.indexOf("autoquipsales.com") >= 1){
random_number=1;
}
if (document.referrer.indexOf("coloradomohawklifts.com") >= 1){
random_number=2;
}
if (document.referrer.indexOf("rackmup.com") >= 1){
random_number=3;
}
if (document.referrer.indexOf("njlifts.com") >= 1){
random_number=4;
}
if (document.referrer.indexOf("jrhequipment.com") >= 1){
random_number=5;
}
if (document.referrer.indexOf("mohawkautolifts.com") >= 1){
random_number=6;
}
if (document.referrer.indexOf("arkansasmohawklifts.com") >= 1){
random_number=7;
}
if (document.referrer.indexOf("californiamohawklifts.com") >= 1){
random_number=8;
}
// Loads the appropriate image based on random number.
if (random_number==1) {
image="aqs.gif";
alt_desc="AutoQuip Sales, serving Long Island and New York City with Mohawk Lifts.";
url_ref="http://www.autoquipsales.com?source=ShopTalkAd";
}
if (random_number==2) {
image="ths.gif";
alt_desc="The Hardware Shop, serving Colorado and Wyoming with Mohawk Lifts.";
url_ref="http://www.coloradomohawklifts.com?source=ShopTalkAd";
}
if (random_number==3) {
image="rck.gif";
alt_desc="Rack'm Up Distributors, serving northern Illinois and Wisconsin with Mohawk Lifts.";
url_ref="http://www.rackmup.com?source=ShopTalkAd";
}
if (random_number==4) {
image="sae.gif";
alt_desc="Specialty Automotive Equipment, serving New Jersey and Orange, Rockland, Sullivan and Ulster counties in New York with Mohawk Lifts.";
url_ref="http://www.njlifts.com?source=ShopTalkAd";
}
if (random_number==5) {
image="jrh.gif";
alt_desc="JRH Equipment, serving Minnesota with Mohawk Lifts, AFF and RELS automotive equipment.";
url_ref="http://www.jrhequipment.com?source=ShopTalkAd";
}
if (random_number==6) {
image="mals.gif";
alt_desc="Mohawk Automotive Lifts Southwest, serving Arizona and New Mexico with Mohawk Lifts.";
url_ref="http://www.mohawkautolifts.com?source=ShopTalkAd";
}
if (random_number==7) {
image="weco.gif";
alt_desc="Weco, Inc., serving Arkansas and Tennessee with Mohawk Lifts and other fine automotive equipment.";
url_ref="http://www.arkansasmohawklifts.com?source=ShopTalkAd";
}
if (random_number==8) {
image="western.gif";
alt_desc="Western Pump, Inc., serving Southern California with Mohawk Lifts and other fine automotive equipment.";
url_ref="http://www.californiamohawklifts.com?source=ShopTalkAd";
}
// End hiding from old browsers-->