
var dd = window.location; 
dd=dd.toString(); 
var dd_array= dd.split("/");
var urlname=dd_array[dd_array.length-1];


document.write(' <center><div>');
if(urlname=="index.php" ){
	document.write('<a id="aura_home_open" href="index.php">	Home </a> ');
}
else{
	document.write('<a id="aura_home" href="index.php">	Home </a> ');
}

//print' <a id="aura_home" href="about.php">	About	</a> ');
//print' <a id="aura_home" href="tech.php">	Technology	</a> ');
if(urlname=="product.php" ){
	document.write(' <a id="aura_home_open" href="product.php">	Products </a> ');
}
else{
	document.write(' <a id="aura_home" href="product.php">	Products </a> ');
}
if(urlname=="services.php" ){
	document.write(' <a id="aura_home_open" href="services.php">	Services </a> ');
}
else{
	document.write(' <a id="aura_home" href="services.php">	Services </a> ');
}
if(urlname=="image.php" ){
	document.write(' <a id="aura_home_open" href="image.php">	Imagery </a> ');
}
else{
	document.write(' <a id="aura_home" href="image.php">	Imagery	</a> ');
}
if(urlname=="clients.php" ){
	document.write(' <a id="aura_home_open" href="clients.php">	Clientele	</a> ');
}
else{
	document.write(' <a id="aura_home" href="clients.php">	Clientele	</a> ');
}
if(urlname=="support.php" ){
	document.write(' <a id="aura_home_open" href="support.php">	Support	</a> ');
}
else{
	document.write(' <a id="aura_home" href="support.php">	Support	</a> ');
}
if(urlname=="partners.php" ){
	document.write(' <a id="aura_home_open" href="partners.php">	Partners	</a> ');
}
else{
	document.write(' <a id="aura_home" href="partners.php">	Partners	</a> ');
}
if(urlname=="contact.php" ){
	document.write(' <a id="aura_home_open" href="contact.php">	Contact Us</a> ');
}
else{
	document.write(' <a id="aura_home" href="contact.php">	Contact Us</a> ');
}


document.write(' </div></center>');
