function MenuItems(Select){
	var my_array = new Array();
     my_array[Select] = 'active';

	var str;	 
		str =''		
		str +=		'<ul>'
		str +=		'<li class= '+ my_array[1] +' ><a href="index.html">Home</a></li>'
		str +=		'<li class= '+ my_array[2] +' ><a href="about_us.html">About Us</a></li>'
		str +=		'<li class= '+ my_array[3] +' ><a href="services.html">Services</a></li>'
		str +=		'<li class= '+ my_array[4] +' ><a href="products.html">Products</a></li>'
		str +=		'<li class= '+ my_array[5] +' ><a href="downloads.html">Downloads</a> </li>'
		str +=		'<li class= '+ my_array[6] +' ><a href="academy.html">Academy</a> </li>'
		str +=		'<li class= '+ my_array[7] +' ><a href="careers.html">Careers</a> </li>'
		str +=		'<li class= '+ my_array[8] +' ><a href="news.html">News</a> </li>'
		str +=		'<li class= '+ my_array[9] +' ><a href="contact.html">Contact Us</a> </li>'
		str +=		'</ul>'
		
				
	document.write(str)
}


function SocNet(){
	var str;	 
		str =''		
		str +=	'<a href="#"><img src="images/s1.png" /></a>'
		str +=	'<a href="#"><img src="images/s2.png" /></a>'
		str +=	'<a href="#"><img src="images/s3.png" /></a>'
		str +=	'<a href="#"><img src="images/s4.png" /></a>'
		str +=	'<a href="#"><img src="images/s5.png" /></a>'
	document.write(str)
}
              
function ServicesOffered(){
	var str;	 
		str =''		
		str +=	'<h1>Services Offered</h1>'
		str +=	'<ul>'
		str +=	'  <li><a href="engineeringdesign.html">Engineering Design, Drawing Services</a></li>'
		str +=	'  <li> <a href="reverseengineeringservices.html">Reverse Engineering Services</a></li>'
		str +=	'  <li> <a href="gisdatasurvey.html">GIS Data Survey & Mapping Services</a></li>'
		str +=	'  <li> <a href="remotesensing.html">Remote Sensing-Digital Image Processing</a></li>'
		str +=	'  <li> <a href="gpssurvey.html">GPS Survey & Data integration Services</a></li>'
		str +=	'  <li> <a href="gisapplicationservices.html">GIS Application Services</a></li>'		
		str +=	'  <li> <a href="software_services.html">Software Development Services</a></li>'
		str +=	'  <li> <a href="projects.html">Projects</a></li>'
		str +=	'  <li> <a href="maps.html">Maps</a></li>'
		str +=	'</ul>'


	document.write(str)
}			  
	
	
function ProductsOffered(){
	var str;	 
		str =''	
		 str +=	'<h1>Products Offered</h1>'
         str +=	'     <ul >'
         str +=	'       <li> <img src="images/co1.png" /></li>'
         str +=	'       <li> <img src="images/co2.png" /></li>'
         str +=	'       <li> <img src="images/co3.png" /></li>'
         str +=	'       <li> <img src="images/co4.png" /></li>'
         str +=	'       <li> <img src="images/co5.png" /></li>'
         str +=	'       <li> <img src="images/co6.png" /></li>'
         str +=	'       <li> <img src="images/co7.png" /></li>'
         str +=	'       <li> <img src="images/co8.png" /></li>'
         str +=	'     </ul>'
        str +=	'  <div style="clear:both"></div>'
		
		
	document.write(str)
}	
			  
			  
			  
// end Menu Functions

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}


