<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// REPAIR MENU LINKS



var topspacing		= "2"		// NUDGE PRODUCTS MENU DOWN
var bottomspacing	= "4"		// SPACING UNDER PRODUCT MENU


document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="10"><br>');

document.write('|&nbsp;');


// document.write('<a href="home.htm">This Page Is Currently Under Development</a>');
// document.write('&nbsp;|&nbsp;');


document.write('<a href="surgicalhandpiecerepair.htm">Surgical Repair</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="quotes.htm">Quote Requests</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="highspeedhandpiecerepair.htm">Highspeed Repair</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="lowspeedhandpiecerepair.htm">Lowspeed Repair</a>');
document.write('&nbsp;|&nbsp;');

document.write('<br><img src="picts/spacer.gif" height="'+bottomspacing+'" width="10"><br>');


// END -->
