<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "no"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="750px"><tr><td>');
   if (linkstop == "no") {
}



// START LINKS //



document.write('<a href="index.html" class="homemenu">Home</a>');


document.write('<a href="ourphilo.html" class="homemenu">About Us</a>');


document.write('<a href="SaltLakeCity.html" class="homemenu">Salt Lake City</a>');

document.write('<a href="parkcity.html" class="homemenu">Park City</a>');



document.write('<a href="contact.html" class="homemenu">Contact Us</a>');




// END LINKS //




document.write('</td></tr><tr><td align="center">');


//  End -->
