<!-- Begin

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

// GALLERY MENU LINKS



var topspacing		= "30"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY MENU WIDTH

document.write('Weekends are<br> billed as 1 day.<br>');


document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<hr class="page-splits" style="width: 110px;">');
document.write('<span class="picturetitle">');

document.write('Rental Items:<br>');

document.write('</span>');
document.write('<hr class="page-splits" style="width: 110px;"><br>');



document.write('<a href="gallery1.htm"><img src="gallery/gallery1-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Laptops</a><br><br>');

document.write('<a href="gallery2.htm"><img src="gallery/gallery2-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Projectors</a><br><br>');

document.write('<a href="gallery3.htm"><img src="gallery/gallery3-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Computers</a><br><br>');

document.write('<a href="gallery_mac.htm"><img src="gallery/gallery_mac1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('MACs</a><br><br>');

document.write('<a href="gallery_tablet.htm"><img src="gallery/gallery_hp4400.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Tablets</a><br><br>');

document.write('<hr class="page-splits" style="width: 110px;"><br>');
document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');

// END -->