
var r = window.location.href;
aa=r.split("/");
temp=aa.length;
urlValue = aa[temp-1];


document.write("<div id='logo'><h1><img src='../images/logo-055.gif' alt='logo WOW Greater NOIDA' width='198' height='69' /> <a/></h1></div>");


document.write("<div id='menu'>");
document.write("<ul>");


if(urlValue=="index.html")
{
document.write("<li class='active'><a href='../index.html' title='Home'>Home</a></li>");
}
else{
document.write("<li><a href='../index.html' title='Home'>Home</a></li>");
}



if(urlValue=="index.php")
{
document.write("<li class='active'><a href='../WOWclassifieds/index.php' title='WOW-Classifieds'>Classifieds</a></li>");
}
else{
document.write("<li><a href='../WOWclassifieds/index.php' title='WOW-Classifieds'>Classifieds</a></li>");
}




if(urlValue=="greater-noida.html")
{
document.write("<li class='active'><a href='../map/greater-noida.html' title='Maps and Direction for Greater Noida'>Maps &amp; Direction</a></li>");
}
else{
document.write("<li><a href='../map/greater-noida.html' title='Maps and Direction for Greater Noida'>Maps &amp; Direction</a></li>");
}


if(urlValue=="health-home.html")
{
document.write("<li class='active'><a href='../health/health-home.html' title='Health'>Health</a></li>");
}
else{
document.write("<li><a href='../health/health-home.html' title='Health'>Health</a></li>");
}


if(urlValue=="restaurants-home.html")
{
document.write("<li class='active'><a href='../restaurants/restaurants-home.html' title='Restaurants'>Restaurants</a></li>");
}
else{
document.write("<li><a href='../restaurants/restaurants-home.html' title='Restaurants'>Restaurants</a></li>");
}



if(urlValue=="play-schools-home.html")
{
document.write("<li class='active'><a href='../schools/play-schools-home.html' title='play-schools'>Play-Schools</a></li>");
}
else{
document.write("<li><a href='../schools/play-schools-home.html' title='play-schools'>Play-Schools</a></li>");
}


if(urlValue=="colleges-institutes-home.html")
{
document.write("<li class='active'><a href='../colleges-institutes/colleges-institutes-home.html' title='Colleges Institutes'>Colleges Institutes</a></li>");
}
else{
document.write("<li><a href='../colleges-institutes/colleges-institutes-home.html' title='Colleges Institutes'>Colleges Institutes</a></li>");
}


document.write("</ul>");
document.write("</div>");





