
var imgpath = 'http://www.hiltymoore.com/templates/hma/images/';
//var imgpath = 'http://localhost/greatlakesnew/images/';
var lpath ='http://hiltymoore.com/';
//var lpath ='http://localhost/greatlakesnew/';
var imgWidth = 70;
var imgHeight = 67;

CISlider1([imgpath + 'Aerospace.jpg',lpath + 'experience.aspx','_blank','',imgWidth, imgHeight]);
CISlider1([imgpath + 'Automotive.jpg',lpath + 'experience.aspx','_blank','',imgWidth,imgHeight]);
CISlider1([imgpath + 'Communications.jpg',lpath + 'experience.aspx','_blank','',imgWidth, imgHeight]);
CISlider1([imgpath + 'Construction.jpg',lpath + 'experience.aspx','_blank','',imgWidth, imgHeight]);
CISlider1([imgpath + 'Energy.jpg',lpath + 'experience.aspx','_blank','',imgWidth, imgHeight]);
CISlider1([imgpath + 'Fire Safety.jpg',lpath + 'experience.aspx','_blank','',imgWidth, imgHeight]);
CISlider1([imgpath + 'Industrial.jpg',lpath + 'experience.aspx','_blank','',imgWidth,imgHeight]);
CISlider1([imgpath + 'Material Handling.jpg',lpath + 'experience.aspx','_blank','',imgWidth, imgHeight]);
CISlider1([imgpath + 'Metal Working.jpg',lpath + 'experience.aspx','_blank','', imgWidth, imgHeight]);
CISlider1([imgpath + 'Mining.jpg',lpath + 'experience.aspx','_blank','', imgWidth, imgHeight]);
CISlider1([imgpath + 'Printing.jpg',lpath + 'experience.aspx','_blank','', imgWidth, imgHeight]);

function CISlider1(ipa){
if(!(window.Slider1cfg)){eval('window.Slider1cfg=new Array();');};
Slider1cfg[Slider1cfg.length]=ipa;};
function InitSlider1(){
if (!window.Bmaf){setTimeout('InitSlider1()',300);return;};
new BXae('Slider1_div',600,80,2,30,25,25,'ffffff',Slider1cfg,4,4);};
InitSlider1();

