﻿// JavaScript Document

function showText(){
	document.write(
    '<a href="index.htm"><IMG SRC="images/nav/home.jpg" width="125" height="31" hspace="0" vspace="0" border="0" align="center" /></a> '+
    '<a href="wear.htm"><IMG SRC="images/nav/products.jpg" width="125" height="31" hspace="0" vspace="0" border="0" align="center" /></a> '+
    '<a href="photos.htm"><IMG SRC="images/nav/photos.jpg" width="125" height="31" hspace="0" vspace="0" border="0" align="center" /></a> '+
    '<a href="people.htm"><IMG SRC="images/nav/people.jpg" width="125" height="31" hspace="0" vspace="0" border="0" align="center" /></a> '+
    '<a href="retailers.htm"><IMG SRC="images/nav/retailers.jpg" width="125" height="31" hspace="0" vspace="0" border="0" align="center" /></a> '+
    '<a href="mission.htm"><IMG SRC="images/nav/mission.jpg" width="125" height=31" hspace="0" vspace="0" border="0" align="center" /></a> '+
    '<a href="contact.htm"><IMG SRC="images/nav/about.jpg" width="125" height="31" hspace="0" vspace="0" border="0" align="center" /></a> '+
    '<a href="blog.htm"><IMG SRC="images/nav/blog.jpg" width="125" height="31" hspace="0" vspace="0" border="0" align="center" /></a> '
    );
}
