
var thisURL = window.location.href ;
if(thisURL.indexOf('?')!=-1){thisURL = thisURL.substring(0,thisURL.indexOf('?'));}
var footerItems = new Array('Home', ' Products', 'Contact us', 'Introduction', 'Mass Production');
var footerLinks = new Array('', '?catid=6', 'contactus.php', '?catid=2', '?catid=10');
var footerTargets = new Array('_self', '_self', '_self', '_self', '_self');

