<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menu_side	="left"	// MENU LEFT, RIGHT OR CENTER
var stripes	 	= "yes"		// SHOW STRIPE UNDER THE FLASH
var stripeheight	= "15"		// HEIGHT OF THE STRIPE


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" background="picts/menu-background.gif" bgcolor="#FFFFFF" class="printhide"><tr><td align="'+menu_side+'" class="menuoutline">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" width="10" height="21"></a><br>');


// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">home</a>');


//document.write('</td><td nowrap>');
//document.write('<a href="about.htm" class="menu">about</a>');


//document.write('</td><td nowrap>');
//document.write('<a href="services.htm" class="menu">services</a>');


document.write('</td><td nowrap>');
document.write('<a href="webdesign.htm" class="menu">web design</a>');
 
 
document.write('</td><td nowrap>');
document.write('<a href="software.htm" class="menu">software</a>');


document.write('</td><td nowrap>');
document.write('<a href="products.htm" class="menu">products</a>');


//document.write('</td><td nowrap>');
//document.write('<a href="testimonials.htm" class="menu">testimonials</a>');


document.write('</td><td nowrap>');
document.write('<a href="privacy.htm" class="menu">privacy</a>');


document.write('</td><td nowrap>');
document.write('<a href="PDFgallery.htm" class="menu">PDF downloads</a>');


document.write('</td><td nowrap>');
document.write('<a href="site_map.htm" class="menu">site map</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">contact</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //


// END LINK BUTTONS //


document.write('</td><td background="picts/menu.gif">');
document.write('<img src="picts/spacer.gif" width="10" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

   if (stripes == "yes") {
document.write('<span class="printhide">');
document.write('<img src="picts/bar.gif" width="100%" height="'+stripeheight+'"><br>');
document.write('</span>');
}

//  End -->