var thisDoc=document.location;
var divider="<TD width='1' class='navTopDivider'><IMG src='img/trans.gif' width='1' height='1' alt=''></TD>";
var tdOpen = "<TD align='center' class='navTopContainer' title='";
var tdMidl = "' style='text-decoration:none;'><DIV class='navTop' style='"
var tdHigh = "' style='text-decoration:none;'><DIV class='navTopHigh' style='"
var tdMous = "' onmouseover=\"this.className='navTopHigh';\" onmouseout=\"this.className='navTop';\">"
var tdEnd = "</DIV></A></TD>";
document.write("<TABLE cellpadding='0' cellspacing='0' border='0'><TR>");


var regTest=/au\/index.htm\//;
if (regTest.test(thisDoc)){
	document.write(tdOpen + "SoundScience Home'><A href='/index.htm" + tdHigh + "'>Home" + tdEnd);
} else {
	document.write(tdOpen + "SoundScience Home'><A href='/index.htm" + tdMidl + tdMous + "Home" + tdEnd);
}
document.write(divider);


var regTest=/\/solutions\//;
if (regTest.test(thisDoc)){
	document.write(tdOpen + "Solutions'><A href='/solutions/index.htm" + tdHigh + "'>Solutions" + tdEnd);
} else {
	document.write(tdOpen + "Solutions'><A href='/solutions/index.htm" + tdMidl + tdMous + "Solutions" + tdEnd);
}
document.write(divider);


regTest=/\/products\//;
if (regTest.test(thisDoc)){
	document.write(tdOpen + "Products'><A href='/products/index.htm" + tdHigh + "'>Products" + tdEnd);
} else {
	document.write(tdOpen + "Products'><A href='/products/index.htm" + tdMidl + tdMous + "Products" + tdEnd);
}
document.write(divider);


regTest=/\/services\//;
if (regTest.test(thisDoc)){
	document.write(tdOpen + "Services'><A href='/services/index.htm" + tdHigh + "'>Services" + tdEnd);
} else {
	document.write(tdOpen + "Services'><A href='/services/index.htm" + tdMidl + tdMous + "Services" + tdEnd);
}
document.write(divider);


regTest=/\/customers\//;
if (regTest.test(thisDoc)){
	document.write(tdOpen + "Customers'><A href='/customers/index.htm" + tdHigh + "'>Customers" + tdEnd);
} else {
	document.write(tdOpen + "Customers'><A href='/customers/index.htm" + tdMidl + tdMous + "Customers" + tdEnd);
}
document.write(divider);


regTest=/\/aboutus\//;
if (regTest.test(thisDoc)){
	document.write(tdOpen + "About Us'><A href='/aboutus/index.htm" + tdHigh + "'>About Us" + tdEnd);
} else {
	document.write(tdOpen + "About Us'><A href='/aboutus/index.htm" + tdMidl + tdMous + "About Us" + tdEnd);
}
document.write(divider);


regTest=/\/contactus\//;
if (regTest.test(thisDoc)){
	document.write(tdOpen + "Contact Us'><A href='/contactus/index.htm" + tdHigh + "'>Contact Us" + tdEnd);
} else {
	document.write(tdOpen + "Contact Us'><A href='/contactus/index.htm" + tdMidl + tdMous + "Contact Us" + tdEnd);
}


document.write("</TR></TABLE>");

