// JavaScript Document
//alert(window.location.href);
urlPath=window.location.href;
//this splits your url in pieces using the / as a separator
urlPathArray = urlPath.split('/');
//get the first section of your path ie light
urlPath1=urlPathArray[3];
if(urlPath1 == 'index.html'){
mClass = "active";	
}
document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">');
document.write('<html xmlns="http://www.w3.org/1999/xhtml">');
document.write('<head>');
document.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />');
document.write('<title>Amshuhu iTech Solution Pvt Ltd.,</title>');
document.write('<meta name="description" content="Amshuhu, ERP, Document And Content Management, Business Intelligence, Enterprise Application Integration,Project Control system, Custom Enterprise Application, Internal learning system, Task Management ,Search Engine Optimization, SEO, Business Consultancy, System Administration."/>');
document.write('<meta name="keywords" content="Amshuhu, ERP, Document And Content Management, Business Intelligence, Enterprise Application Integration,Project Control system, Custom Enterprise Application, Internal learning system, Task Management ,Search Engine Optimization, SEO, Business Consultancy, System Administration, Architecture Design , Hosting in data center , Installing required softwares , Maintenance , 24 X 7 Support , Website Development , Software Development , Software Consultancy , Project Management , , Source Code Control , Testing Methods , Enterprise Application Integration , EPI , ACE TAO , JBoss , MySQL, STRUTS ,Ruby on Rails,Tomcat,PHP ,CORBA ,J2EE, Linux, XML ,Service-Oriented Architecture, VPN networking, Mail Server, Database Replication , Load Balancing Server , Alfresco"/>');



document.write('<link href="images/small_icon.jpg" rel="shortcut icon" type="image/x-icon" />');
document.write('<link rel="stylesheet" media="screen" href="style.css" />');
document.write('<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js" type="text/javascript"></script>');
/*document.write('<script src="snowstorm.js"></script>');*/

document.write('<meta http-equiv="imagetoolbar" content="no" /><!-- disable IEs image toolbar -->');
document.write('</head>');

document.write('<body>');
document.write('<div id="daddy">');
	document.write('<div id="header">');
		document.write('<div id="logo"><span id="logo-text"><a href="index.html">AMSHUHU iTECH SOLUTION PVT.LTD</a></span></div><!-- logo -->');
       
		document.write('<div id="menu">');
			document.write('<ul>');
			if(urlPath1 == 'index.html' || urlPath1 == ''){
				document.write('<li><a href="index.html" id="active">Home</a></li>');
				document.write('<li><a href="solutions.html">Solutions</a></li>');
				document.write('<li><a href="products.html">Products</a></li>');
				document.write('<li><a href="services.html">Services</a></li>');
				document.write('<li><a href="contactus.html">Contact Us</a></li>');
				document.write('<link rel="stylesheet" media="screen" href="home_style.css" />');
			}
			
			if(urlPath1 == 'solutions.html'){
				document.write('<li><a href="index.html">Home</a></li>');
				document.write('<li><a href="solutions.html" id="active">Solutions</a></li>');
				document.write('<li><a href="products.html">Products</a></li>');
				document.write('<li><a href="services.html">Services</a></li>');
				document.write('<li><a href="contactus.html">Contact Us</a></li>');
				document.write('<link rel="stylesheet" media="screen" href="solution_style.css" />');
			}
			
			if(urlPath1 == 'products.html'){
				document.write('<li><a href="index.html">Home</a></li>');
				document.write('<li><a href="solutions.html">Solutions</a></li>');
				document.write('<li><a href="products.html" id="active">Products</a></li>');
				document.write('<li><a href="services.html">Services</a></li>');
				document.write('<li><a href="contactus.html">Contact Us</a></li>');
				document.write('<link rel="stylesheet" media="screen" href="product_style.css" />');
			}
			
			if(urlPath1 == 'services.html'){
				document.write('<li><a href="index.html">Home</a></li>');
				document.write('<li><a href="solutions.html">Solutions</a></li>');
				document.write('<li><a href="products.html">Products</a></li>');
				document.write('<li><a href="services.html" id="active">Services</a></li>');
				document.write('<li><a href="contactus.html">Contact Us</a></li>');
				document.write('<link rel="stylesheet" media="screen" href="service_style.css" />');
			}
			
			if(urlPath1 == 'contactus.html'){
				document.write('<li><a href="index.html">Home</a></li>');
				document.write('<li><a href="solutions.html">Solutions</a></li>');
				document.write('<li><a href="products.html">Products</a></li>');
				document.write('<li><a href="services.html">Services</a></li>');
				document.write('<li><a href="contactus.html" id="active">Contact Us</a></li>');
				document.write('<link rel="stylesheet" media="screen" href="contactus_style.css" />');
			}
			if( urlPath1 != 'index.html' && urlPath1 != 'solutions.html' && urlPath1 != 'products.html' && urlPath1 != 'services.html' && urlPath1 != 'contactus.html' && urlPath1 != ''){
				document.write('<li><a href="index.html">Home</a></li>');
				document.write('<li><a href="solutions.html">Solutions</a></li>');
				document.write('<li><a href="products.html">Products</a></li>');
				document.write('<li><a href="services.html">Services</a></li>');
				document.write('<li><a href="contactus.html">Contact Us</a></li>');
				document.write('<link rel="stylesheet" media="screen" href="style.css" />');
			}
			document.write('</ul>');
		document.write('</div><!-- menu -->');
		
		document.write('<div style="padding-left:27px;"><div id="headerimage"><span style="color:#F2F200; font-weight:bold; font-size:17px;"></span></div></div>');
	 document.write(' <!-- headerimage -->');
	document.write('</div>');
	document.write('<!-- header -->');
	
