<!-- 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('<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('Indoor Mall Galleries:<br>');


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


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


document.write('<a href="gallery1_cloths.htm"><img src="images/gallery/cloths.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Clothing and <br> Fashion Accessories</a><br><br>');


// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER GALLERY IMAGE


document.write('<a href="gallery1_jewelry.htm"><img src="images/gallery/jewel.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Jewelry and Accessories</a><br><br>');


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


document.write('<a href="gallery1_music.htm"><img src="images/gallery/music.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Music and Electronics</a><br><br>');


document.write('<a href="gallery1_weddings.htm"><img src="images/gallery/weddings.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Weddings and Parties</a><br><br>');


document.write('<a href="gallery1_imported.htm"><img src="images/gallery/imported.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Imported/Specialty Items</a><br><br>');


document.write('<a href="gallery1_travel.htm"><img src="images/gallery/travel.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Travel</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 -->
