imgName = new Array();
// about Us Section 1 to 6 
// industries Section 7 to 17
// services 18 to
imgName = ["aboutus","aboutus","aboutus","aboutus","aboutus_advantage","aboutus_value","aboutus_mgt",
		   "industries","mortgage_banking","capital_markets","insurance","technology","others","industries","industries","industries","industries","industries",
		   "services","services","services","services","services","services","services",
		   "products","clients","partners","resources","news","careers","contactus","sitemap","success_stories","testimonials","awards_recog","awards_recog2"];
secImage = imgName[sectionImg];
strPhotospot = '<div id="imgtop"><img src="' + path +'images/headers/' + secImage +'.jpg" width="603" height="150"></div>'
document.write(strPhotospot);