var v;
 function mover(v)
 {
   document.getElementById(v).bgColor="#044F42";
   document.getElementById(v).style.textDecoration="underline";
 }
 
 function mout(v)
 {
   document.getElementById(v).bgColor="#FE7401";
   document.getElementById(v).style.textDecoration="none";
 }
 
 function home()
 {
	window.open("index.html",target="_parent"); 
 }
 function contact()
 {
   window.open("contact.php",target="_parent");
 }
 function services()
 {
   window.open("services.html",target="_parent");
 }
 
 function about()
 {
   window.open("aboutus.html",target="_parent");
 }

 function lv()
 {
   window.open("liveprojects.html",target="_parent");
 }

 function corp()
 {
	window.open("corporatetraining.html",target="_parent"); 
 }
  function demo()
 {
	window.open("demo.html",target="_parent"); 
 }