// JScript File

function noSpam(user, domain) {
	locationstring = "mailto:" + user + "@" + domain ;
	window.location = locationstring;
}

if (globnav==1){document.writeln('		<a href="index.html" class="homeact"></a>');}
else {document.writeln('		<a href="index.html" class="home"></a>');}

if (globnav==2){document.writeln('		<a href="aboutus.html" class="aboutact"></a>');}
else {document.writeln('		<a href="aboutus.html" class="about"></a>');}

if (globnav==3){document.writeln('		<a href="contact.html" class="contactact"></a>');}
else {document.writeln('		<a href="contact.html" class="contact"></a>');}

if (globnav==4){document.writeln('		<a href="shop.asp" class="shoppingact"></a>');}
else {document.writeln('		<a href="shop.asp" class="shopping"></a>');}