// NOTE:  New Browser detection code, more effecient and allows Netscape 4.0
//        And the new IE 4.0 which now supports image arrays.
//
//  This code is now being used throughout the net, but this is the source
//  you should refer to for updates.  We're modifying it as the net changes.
//
//  Copyright 1996-97 Project Cool, Inc.  Used by the net, with permission but
//  we would appreciate it if you would give us credit in the source or a link
//  from your site. This statement must be included in the webpage.
//  http://www.projectcool.com
//

browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

if ( browser) {
  normal = new MakeArray(6)
  over = new MakeArray(6)
  blurb = new MakeArray(7)

  normal[1].src = "/spf/home1.gif"
  normal[2].src = "/spf/product1.gif"
  normal[3].src = "/spf/resource1.gif"
  normal[4].src = "/spf/search1.gif"
  normal[5].src = "/spf/contact1.gif"

  over[1].src = "/spf/home2.gif"
  over[2].src = "/spf/product2.gif"
  over[3].src = "/spf/resource2.gif"
  over[4].src = "/spf/search2.gif"
  over[5].src = "/spf/contact2.gif"

  blurb[1] = "Return to the SNX Store Home Page"
  blurb[2] = "View the extensive SNX Store Product Listings"
  blurb[3] = "Complete barcode resources, including technical information, symbology descriptions, and much more"
  blurb[4] = "Search the SNX Store Web Site"
  blurb[5] = "How to Contact the SNX Store"
  blurb[6] = ""
}

v_color1 = "0033ff";
v_color2 = "000066";
v_color3 = "ffffcc";
v_color4 = "ccccff";
v_color5 = "ff0000";

domain_name = "www.snxstore.com";
hallsiteid = "snxstore.com";
site_title = "SNXStore";

function MakeArray(n) {
  this.length = n
  for (var i = 1; i<=n; i++) {
    this[i] = new Image()
  }
  return this
}

function msover(num) {
  if ( browser) {
    document.images[num+3].src = over[num+1].src
    window.status = blurb[num+1]
  }
}

function msout(num) {
  if ( browser) {
    document.images[num+3].src = normal[num+1].src
    window.status = blurb[6]
  }
}

function disp_body(){
  document.write ('<body bgcolor=ffffff link='+v_color1+' vlink='+v_color2+'>');
}

function disp_logo(){
  document.write ('<table cellpadding=0 cellspacing=0 width=640 border=0>');
  document.write ('<tr>');
  document.write ('<td colspan=2 width=260>');
  document.write ('<img src="/spf/logo.gif" alt="SNX Store" width=261 height=117>');
  document.write ('</td>');
  document.write ('<td width=380>');
  document.write ('<img src="/spf/animdots.gif" alt="SNX Store - Software, Scanners and Printers" width=250 height=120><img src="/spf/anim.gif" width=125 height=149>');
  document.write ('</td>');
  document.write ('</tr><tr>');
  document.write ('<td colspan=3 width=640>');
  document.write ('<p>');
  document.write ('<a href="/index.html" onmouseover="msover(0) ; return true" onmouseout="msout(0)"><img src="/spf/home1.gif" border=0 width=101 height=24></a>');
  document.write ('<a href="/product.html" onmouseover="msover(1) ; return true" onmouseout="msout(1)"><img src="/spf/product1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/resource.html" onmouseover="msover(2) ; return true" onmouseout="msout(2)"><img src="/spf/resource1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/search.html" onmouseover="msover(3) ; return true" onmouseout="msout(3)"><img src="/spf/search1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/contact.html" onmouseover="msover(4) ; return true" onmouseout="msout(4)"><img src="/spf/contact1.gif" border=0 width=128 height=24></a>');
  document.write ('</p>');
  document.write ('</td>');
  document.write ('</tr><tr>');
  document.write ('<td width=125>&nbsp;</td>');
  document.write ('<td width=135>&nbsp;</td>');
  document.write ('<td width=380>&nbsp;</td>');
  document.write ('</tr>');
  document.write ('</table>');
}

function disp_sml_sw(){
  document.write ('<table cellpadding=0 cellspacing=0 width=640 border=0>');
  document.write ('<tr>');
  document.write ('<td colspan=2 width=260>');
  document.write ('<img src="/spf/logo.gif" alt="SNX Store" width=261 height=117>');
  document.write ('</td>');
  document.write ('<td colspan=1 width=380 align=right>');
  document.write ('<img src="/spf/animdots.gif" alt="SNX Store - Software, Scanners and Printers" width=250 height=120><img src="/spf/anim.gif" width=125 height=149>');
  document.write ('</td>');
  document.write ('</tr><tr>');
  document.write ('<td colspan=3 width=640>');
  document.write ('<p><a href="/index.html" onmouseover="msover(0) ; return true" onmouseout="msout(0)"><img src="/spf/home1.gif" border=0 width=101 height=24></a>');
  document.write ('<a href="/product.html" onmouseover="msover(1) ; return true" onmouseout="msout(1)"><img src="/spf/product1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/resource.html" onmouseover="msover(2) ; return true" onmouseout="msout(2)"><img src="/spf/resource1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/search.html" onmouseover="msover(3) ; return true" onmouseout="msout(3)"><img src="/spf/search1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/contact.html" onmouseover="msover(4) ; return true" onmouseout="msout(4)"><img src="/spf/contact1.gif" border=0 width=128 height=24></a></p>');
  document.write ('</td>');
  document.write ('</tr><tr>');
  document.write ('<td width=125>&nbsp;</td>');
  document.write ('<td width=135>&nbsp;</td>');
  document.write ('<td width=380>&nbsp;</td>');
  document.write ('</tr>');
  document.write ('</table>');
}

function disp_sml_sc(){
  document.write ('<table cellpadding=0 cellspacing=0 width=640 border=0>');
  document.write ('<tr>');
  document.write ('<td colspan=2 width=260>');
  document.write ('<img src="/spf/logo.gif" alt="SNX Store" width=261 height=117>');
  document.write ('</td>');
  document.write ('<td colspan=1 width=380 align=right>');
  document.write ('<img src="/spf/animdots.gif" alt="SNX Store - Software, Scanners and Printers" width=250 height=120><img src="/spf/anim.gif" width=125 height=149>');
  document.write ('</td>');
  document.write ('</tr><tr>');
  document.write ('<td colspan=3 width=640>');
  document.write ('<p><a href="/index.html" onmouseover="msover(0) ; return true" onmouseout="msout(0)"><img src="/spf/home1.gif" border=0 width=101 height=24></a>');
  document.write ('<a href="/product.html" onmouseover="msover(1) ; return true" onmouseout="msout(1)"><img src="/spf/product1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/resource.html" onmouseover="msover(2) ; return true" onmouseout="msout(2)"><img src="/spf/resource1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/search.html" onmouseover="msover(3) ; return true" onmouseout="msout(3)"><img src="/spf/search1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/contact.html" onmouseover="msover(4) ; return true" onmouseout="msout(4)"><img src="/spf/contact1.gif" border=0 width=128 height=24></a></p>');
  document.write ('</td>');
  document.write ('</tr><tr>');
  document.write ('<td width=125>&nbsp;</td>');
  document.write ('<td width=135>&nbsp;</td>');
  document.write ('<td width=380>&nbsp;</td>');
  document.write ('</tr>');
  document.write ('</table>');
}

function disp_sml_pr(){
  document.write ('<table cellpadding=0 cellspacing=0 width=640 border=0>');
  document.write ('<tr>');
  document.write ('<td colspan=2 width=260>');
  document.write ('<img src="/spf/logo.gif" alt="SNX Store" width=261 height=117>');
  document.write ('</td>');
  document.write ('<td colspan=1 width=380 align=right>');
  document.write ('<img src="/spf/animdots.gif" alt="SNX Store - Software, Scanners and Printers" width=250 height=120><img src="/spf/anim.gif" width=125 height=149>');
  document.write ('</td>');
  document.write ('</tr><tr>');
  document.write ('<td colspan=3 width=640>');
  document.write ('<p><a href="/index.html" onmouseover="msover(0) ; return true" onmouseout="msout(0)"><img src="/spf/home1.gif" border=0 width=101 height=24></a>');
  document.write ('<a href="/product.html" onmouseover="msover(1) ; return true" onmouseout="msout(1)"><img src="/spf/product1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/resource.html" onmouseover="msover(2) ; return true" onmouseout="msout(2)"><img src="/spf/resource1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/search.html" onmouseover="msover(3) ; return true" onmouseout="msout(3)"><img src="/spf/search1.gif" border=0 width=136 height=24></a>');
  document.write ('<a href="/contact.html" onmouseover="msover(4) ; return true" onmouseout="msout(4)"><img src="/spf/contact1.gif" border=0 width=128 height=24></a></p>');
  document.write ('</td>');
  document.write ('</tr><tr>');
  document.write ('<td width=125>&nbsp;</td>');
  document.write ('<td width=135>&nbsp;</td>');
  document.write ('<td width=380>&nbsp;</td>');
  document.write ('</tr>');
  document.write ('</table>');
}



function disp_dotline(){
  document.write ('<p><img src="/dotline.gif" width=510 height=10></p>');
}

function disp_sidebar(){
  document.write ('<p><hr width=110 align=left></p>');
  document.write ('<p><a href="/cgi-local/hallshop.pl/REVIEW_ORDER"><b>Review Cart</b></a></p>');
  document.write ('<p><a href="/product.html"><b>Products:</b></a><br>');
  document.write ('<img src="/spacer.gif" width=7 height=1><a href="/software/">Barcode Software</a><br>');
  document.write ('<img src="/spacer.gif" width=7 height=1><a href="/scanners/">Barcode Scanners</a><br>');
  document.write ('<img src="/spacer.gif" width=7 height=1><a href="/printers/">Barcode Printers</a><br>');
  document.write ('<img src="/spacer.gif" width=7 height=1><a href="/verifiers/">Barcode Verifiers</a><br>');
  document.write ('<img src="/spacer.gif" width=7 height=1><a href="/kits/">Barcode Kits</a>');
  document.write ('</p>');
  document.write ('<p><hr width=110 align=left></p>');
  document.write ('<p><font color='+v_color1+'><b>Discounts up<br>to 50% on<br>barcode<br>products!!!</b></font></p>');
  document.write ('<p><font color='+v_color1+'><b>Quantity<br>Discounts</b></font><br>are available<br>on most of<br>our products,<br>');
  document.write ('<a href="/contact.html">contact us</a> to<br>find out more!</p>');
  document.write ('<p><hr width=110 align=left></p>');
  document.write ('<p><b><a href="/index.html">Home</a><br>');
  document.write ('<a href="/resource.html">Resources</a><br>');
  document.write ('<a href="/search.html">Search</a><br>');
  document.write ('<a href="/contact.html">Contact Us</a></b></p>');
  document.write ('<p><hr width=110 align=left></p>');
}

function disp_copyright(){
  document.write ('<p align=right><font size=1>&copy;Copyright 2004 ');
  document.write ('<a href="http://www.snxstore.com/">SNX Store</a>, All Rights Reserved.<br>');
  document.write ('Products mentioned are trademarks of their respective owners.</p>');
}

function disp_sitetitle(){
  document.write (site_title);
}

function disp_sitetitle2(){
  document.write (site_title.concat('&#146;s'));
}

function disp_mailto(){
  document.write ('<a href="mailto:sales@'+hallsiteid+'">sales@'+hallsiteid+'</a>');
}

function disp_sales_email(){
  document.write ('sales@'+hallsiteid);
}

function disp_address(){
  document.write ('<font color=000066><B>BarcodeSmart</B></font><br>16633 W. Archer Ave.<BR>Golden, CO 80401 </P><p><img src="dotline.gif" width=510 height=10></p><P>Phone: (303) 340-1475 <BR>Fax: (303) 361-9141 <BR>');
}



