/************************************************
* Simple Controls Gallery- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
*********************************************** */
var mygallery=new simpleGallery({
wrapperid: "simplegallery", //ID of main gallery container,
dimensions: [400, 300], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
imagearray: [
["images/i-manufacturing-workplace-safety.jpg", "operations.html", ""],
["images/i-logistics_truck.jpg", "supply.html", ""],
["images/i-b-chart.jpg", "management.html", ""],
["images/i-capital.jpg", "government.html", ""]
],
autoplay: [true, 9000, 100], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
persist: true,
fadeduration: 300, //transition duration (milliseconds)
oninit:function(){ //event that fires when gallery has initialized/ ready to run
servicediv=document.getElementById("services"),
servicediv0=document.getElementById("services0"),
slidesbuttonsdiv=document.getElementById("slidesbuttons")

},
onslide:function(curslide, i){ //event that fires after each slide is shown
servicediv.innerHTML=servicetext[i],
servicediv0.innerHTML=servicetext0[i],
slidesbuttonsdiv.innerHTML=slideind0[i]

}
})

var slideind0=[
"<table id='dst0' width='235' height='18' border='0' cellspacing='0' cellpadding='0'><tr><td align='center' width='47'><img src='images/bl1.png' border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'> <img src='images/bl2l.png' border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><img src='images/bl3l.png'  border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><img src='images/bl4l.png'  border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><!--<img src='images/bl5l.png'  border='0' width='45' height='16' alt='' /></a>--></td></tr></table>",
"<table id='dst0' width='235' height='18' border='0' cellspacing='0' cellpadding='0'><tr><td align='center' width='47'><img  src='images/bl1l.png' border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><img src='images/bl2.png' border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><img src='images/bl3l.png'  border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><img src='images/bl4l.png'  border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><!--<img src='images/bl5l.png'  border='0' width='45' height='16' alt='' /></a>--></td></tr></table>",
"<table id='dst0' width='235' height='18' border='0' cellspacing='0' cellpadding='0'><tr><td align='center' width='47'><img  src='images/bl1l.png' border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'> <img src='images/bl2l.png' border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><img src='images/bl3.png' border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><img src='images/bl4l.png'  border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><!--<img src='images/bl5l.png'  border='0' width='45' height='16' alt='' /></a>--></td></tr></table>",
"<table id='dst0' width='235' height='18' border='0' cellspacing='0' cellpadding='0'><tr><td align='center' width='47'><img  src='images/bl1l.png' border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'> <img src='images/bl2l.png' border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><img src='images/bl3l.png'  border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><img src='images/bl4.png' border='0' width='45' height='16' alt='' /></a></td><td align='center' width='47'><!--<img src='images/bl5l.png'  border='0' width='45' height='16' alt='' /></a>--></td></tr></table>"
]

var servicetext=[
"Operations Management",
"Supply Chain Solutions",
"Project Management",
"Government Contract Acquisition"
]
/*
Operations Solutions
	Supply Chain Initiatives 			
	Logistics							
	Security							
Project & Program Solutions
	Senior Management Project Placement	
	Project & Program Management		
	Offsite Project Completion			
	Talent Development

 =============>
"Operations Solutions",
"Supply Chain Initiatives",
"Project Management",
"Talent Development",
"Security Planning"

    
*/
var servicetext0=[
"<div class='magtext'>" + "GCMIS consultants provide clients with solutions which improve operational efficiency. We provide innovative business ideas and solutions which increase profitability and growth." + "</div>"  + "<br /><a href='operations.html'><span class='linkk'><i>Learn More</i></span></a>",
"<div class='magtext'>" + "GCMIS improves client supply chain efficiency through analyzing current supply chain activities and creating cost reduction ideas and synergies which will improve transportation costs and inventory management. GCMIS also offers 3rd Party Logistics (3PL) coordination which allows our clients to focus on their core business. " + "</div>"  + "<br /><a href='supply.html'><span class='linkk'><i>Learn More</i></span></a> ",
"<div class='magtext'>" + "GCMIS offers tailored project management solutions for our clients. We provide onsite project implementation to offsite project research and development. Our consultants are flexible and can work as a team member as well as taking the lead on a project. " + "</div>"  + "<br /><a href='management.html'><span class='linkk'><i>Learn More</i></span></a> ",
"<div class='magtext'>" + "We prepare, submit and market our client" + "&#39" + "s products and services to the Federal Government by placing them on the GSA schedule to win new federal contracts for our clients.  We coordinate and market to government procurement officers and commercial customers seeking sub contractors. " + "</div>" + "<br /><a href='government.html'><span class='linkk'><i>Learn More</i></span></a> "
]