<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS


var topspacing		= "10"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY SIDEBAR WIDTH


document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<div class="page-splits" style="width: 110px;"></div>');
document.write('<span class="subtitle">');

document.write('Products:<br>');

document.write('</span>');
document.write('<div class="page-splits" style="width: 110px;"></div>');



// SLIDESHOW

document.write('<a href="xds.htm"><img src="gallery/gallery1-1.jpg" border="0" class="Galborder Gbordmargin" width="75" height="75"><br>');
document.write('XDS</a><br>');



document.write('<a href="serverupgrades.htm"><img src="gallery/gallery1-2.jpg" border="0" class="Galborder Gbordmargin" width="75" height="75"><br>');
document.write('Server Upgrade</a><br>');



// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER GALLERY IMAGE



document.write('<a href="nextgen.htm"><img src="gallery/gallery1-3.jpg" border="0" class="Galborder Gbordmargin" width="75" height="75"><br>');
document.write('Next Generation</a><br>');



document.write('<br>');
document.write('<div class="page-splits" style="width: 110px;"></div>');
document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');

// END -->

