locPath = location.pathname if (locPath.indexOf("/",1) >= 0) { page = locPath.slice(locPath.indexOf("/",1)) } else { page = locPath } if (document.URL.indexOf("industry/") < 0 && document.URL.indexOf("customized/") < 0) { prePath = "" } if (document.URL.indexOf("industry/") >= 0) { prePath = "/industry" } if (document.URL.indexOf("customized/") >= 0) { prePath = "/customized" } if (document.URL.indexOf("francais") < 0 && document.URL.indexOf("espanol") < 0 && document.URL.indexOf("distributor") < 0 ) { if (page == "/index.asp" || page == "/") index = " |  Distributor-Only Website " else index = "" document.write("
" +"
" +" Distributor-Only Website" +"
" +"
" +" " +"
" +"
Sign up | Forgot your Password?
" +"
Want to get a quote?
" +"
Information Request
" +"
View a special case for a specific industry type:
" +"
" +" " +" " +"
" +"
") loadList() } if (document.URL.indexOf("francais") >= 0 ) { document.write("
" +"
" +" Site Web Distributeurs" +"
" +"
" +" " +"
" +"
Enregistrement | Perdu votre identifiant?
" +"
Vous voulez une cotation?
" +"
Demande d'information
" +"
Consultez un cas spécial pour un type d'industrie spécifique:
" +"
" +" " +" " +"
" +"
") loadList() } if (document.URL.indexOf("espanol") >= 0 ) { document.write("
" +"
" +" Sitio para distribuidores" +"
" +"
" +" " +"
" +"
Registrarse | ¿Pierdes tu contraseña?
" +"
¿Desea una cotización?
" +"
Pedido de información
" +"
Ver un caso especial para un tipo de industria específica:
" +"
" +" " +" " +"
" +"
") loadList() } if (document.URL.indexOf("distributor") >= 0 ) { document.write("
" +"
" +" Welcome back " +"
" +"
" +"
" +" " +"
Last visit:
" +"
" +"
" +"
Profile
" +"
Want to get a quote?
" +"
Download Quote Template
Information Request
" +"
View a special case for a specific industry type:
" +"
" +" " +" " +"
" +"
") loadList() }