
var thisURL = window.location.href ;
if(thisURL.indexOf('?')!=-1){thisURL = thisURL.substring(0,thisURL.indexOf('?'));}
var footerItems = new Array('Home', ' Products', 'Introduction', 'Our Services', 'Contact us');
var footerLinks = new Array('', '?catid=products', '?catid=aboutus', '?catid=swervices', '?catid=contact');
var footerTargets = new Array('_self', '_self', '_self', '_self', '_self');
