<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR IMAGES


var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "8"		// SPACING BETWEEN IMAGES
var showimages		= "yes"		// SHOW THE 3 IMAGES


// TO CHANGE THE SMALL IMAGE LINKS AND MOUSEOVER MESSAGES EDIT THE CODE BELOW:


   if (showimages == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery1.aspx"><img src="picts/workstations/grace_jbox_e5200_solo_sm.jpg" border="0" onmouseover="alert_msg(\'View Desktop Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery2.aspx"><img src="picts/notebooks/grace_discovery_R1_sm2.jpg" border="0" onmouseover="alert_msg(\'View Notebook Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery3.aspx"><img src="picts/servers/grace_powerframe_T-300-1U_front_sm.jpg" border="0" onmouseover="alert_msg(\'View Server Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery3.aspx"><img src="picts/storage servers/grace_k-frame_t-212mc_left_open_sm.jpg" border="0" onmouseover="alert_msg(\'View Storage Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery4.aspx"><img src="picts/monitor-printer/lg_lcd_monitor.jpg" border="0" onmouseover="alert_msg(\'View LCD Monitors & Printer Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery5.aspx"><img src="picts/network/cisco_switchstack.jpg" border="0" onmouseover="alert_msg(\'View Network Appliance Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
}



//  End -->