/*************************
DISCLAIMER & COPYRIGHT
This script has been created for specific
use at http://www.JLM Wholesale.com website
Using this script on any other site without permission and payment
is strictly prohibited and will be treated as violation of copyright law.
For further information please contact Brent Mitchell at mitchell@balancedinteractive.com
OR
Shivaji Basu at scripts@3rdmstudio.com
*************************/


var agent = navigator.userAgent.toLowerCase();
var is_ns  = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) 
                && (agent.indexOf('compatible') == -1)));
var is_ie   = (agent.indexOf("msie") != -1);


if (document.layers||(document.getElementById && is_ns)){
document.write('<Script Language="JavaScript" Src="http://www.jlmwholesale.com/menuns.js"><\/Script>');
}

if ((document.all && !(document.getElementById))||(document.getElementById && is_ie)){
document.write('<Script Language="JavaScript" Src="http://www.jlmwholesale.com/menuie.js"><\/Script>');
}

