<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuimage 	= "no" 		// SHOW IMAGE AT TOP OF MENU  | no | yes |
var spacemenu	= "5"		// MOVE MENU DOWN WAS 5
var space	= "no"		// MENU TOP SPACE | no | yes |
space_bottom	= "75"		// MENU BOTTOM SPACE in pixels WAS 75


document.write('<div id="menulocation" class="printhide">');

document.write('<table cellpadding="0" cellspacing="0" border="0" width="155" class="menu-background"><tr><td>');

   	if (menuimage == "yes") {
document.write('<img src="picts/menu-top.jpg" width="150" height="0" class="menutrans"></a><br>');
	}
   	if (space == "yes") {
document.write('<img src="picts/spacer.gif" width="150" height="'+spacemenu+'"></a><br>');
}




// START MENU LINKS

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="construction.html" class="menu">ABOUT</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="video.html" class="menu">VIDEO</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="web_designs.html" class="menu">WEB DESIGN</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="brochures.html" class="menu">ILLUSTRATIONS</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="construction.html" class="menu">LOGOS</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="construction.html" class="menu">SERVICES</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="construction.html" class="menu">TECHNICAL</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">CONTACT</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">HOME</a>');


// document.write('</td></tr><tr><td class="menu-bottomline">');
// document.write('<img src="picts/spacer.gif" width="10" height="'+space_bottom+'"></a><br>');
document.write('</td></tr></table></div>');

//  End -->
