﻿string = document.URL;
//browser = navigator.appName;
//alert(browser);
a1 = "";
if ((string == "http://www.jsasquash.com/") || (string=="http://jsasquash.com/")){
     alert('Welcome to Jindal squash Academy,TEMPLE OF SQUASH');
    //alert('This made and created by His Holy Highness Mr KunwarPal Singh');
    a1 = "style31";
}
//alert(string);
length1 = string.length;
//alert(length1);
str = string.lastIndexOf("/");
//alert(str);
str1 = string.substring(str + 1, length1 - 5);
str2 = string.substr(str + 1, 25);
//alert(str2);
//alert(str1);
//str1 = "" + str1;
a2 = "";

a3 = "";
a4 = "";
a5 = "";
a6 = "";
a7 = "";
a8 = "";
a9 = "";
//num = 1995;
//str1 =str1+1;
//alert(str1);
if (str2 === "sportsinchargecertificate") {
    a6 = "style31";
}
if (str1 == "index") {
    

    a1 = "style31";
}
else if (str1 == "gallery"||str1=="gallery1"||str1=="1995"||str1=="2003"||str1=="2004"||str1=="2005"||str1=="2007"||str1=="2008") {
    a2 = "style31";
}


else if (str1 == "players") {
    a3 = "style31";
}
else if (str1 == "presscuts" ||str1=="presscutsyears"||str1=="presscuts") {
    a4 = "style31";
}
else if (str1 == "videos" ||str1=="singles3vid"||str1=="singles2vid"||str1=="singles1vid" ||str1=="doubles" ||str1=="newsvid"||str1=="employees") {
    a5 = "style31";
}
else if (str1 == "sportsincharge" || str1 == "sportsincharge1" || str1 == "sportsincharge2" || str1 == "sportsincharge3") {
    a6 = "style31";
}
else if (str1 == "whomadethispossible") {
    a7 = "style31";
}
else if (str1 == "aboutus" ||str1=="aboutus1") {
    a8 = "style31";
}
else if (str1 == "contactus") {
    a9 = "style31";
}

//alert(a1);
//alert(a2);
    document.write("<tr><td width=147>&nbsp;&nbsp;</td></tr>");
    //src="<tr><td width=147><a href=\"index.html\" class=\"navText style31\"><span class=\"style31\"><script langauge=\"javascript\" src=\"scripts\\1.js\"></script></span></a></td</tr>"
    document.write("<tr><td width=147><a href=\"index.html\" class=\"navText style31\"><span class=\"" + a1 + "\">HOME</span></a></td</tr>");
    document.write("<tr><td width=147><a href=\"gallery.html\" class=\"navText\"><span class=\"" + a2 + "\">GALLERY</a></td</tr>");
    document.write("<tr><td width=147><a href=\"players.html\" class=\"navText style31\"><span class=\"" + a3 + "\">PLAYERS</a></td</tr>");
    document.write("<tr><td width=147><a href=\"presscuts.html\" class=\"navText style31\"><span class=\"" + a4 + "\">PRESSCUTS</a></td</tr>");
    document.write("<tr><td width=147><a href=\"videos.html\" class=\"navText style31\"><span class=\"" + a5 + "\">VIDEOS</a></td</tr>");
    document.write("<tr><td width=147><a href=\"sportsincharge.html\" class=\"navText style31\"><span class=\"" + a6 + "\">HEAD COACH</a></td</tr>");
    document.write("<tr><td width=147><a href=\"whomadethispossible.html\" class=\"navText style31\"><span class=\"" + a7 + "\">WHO MADE THIS POSSIBLE</a></td</tr>");
    document.write("<tr><td width=147><a href=\"aboutus.html\" class=\"navText style31\"><span class=\"" + a8 + "\">ABOUT US</a></td</tr>");
    document.write("<tr><td width=147><a href=\"contactus.html\" class=\"navText style31\"><span class=\"" + a9 + "\">CONTACT US</a></td</tr>");
