<!-- Begin

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



var menualign		= "right"	// MENU | left | center | right |
var endspace		= "3"		// MENU END SPACING



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+menualign+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+endspace+'">');
document.write('<img src="picts/spacer.gif" height="5" width="'+endspace+'"><br>');


// START MENU 2 LINKS

// COPY AND PASTE THE FOLLOWING 2 LINES TO ADD A NEW LINK



document.write('</td><td>');
document.write('<a href="FORMgallery-1.htm" class="menu-2">HO Scale</a>');



document.write('</td><td>');
document.write('<a href="FORMgallery-2.htm" class="menu-2">N Scale</a>');



document.write('</td><td>');
document.write('<a href="FORMgallery-3.htm" class="menu-2">O Scale</a>');



document.write('</td><td>');
document.write('<a href="FORMgallery-4.htm" class="menu-2">S Scale</a>');



document.write('</td><td>');
document.write('<a href="javascript:popUpSlideshow(\'slideshow.htm\')" class="menu-2">Slideshow</a>');


document.write('</td><td>');
document.write('<a href="site_map.htm" class="menu-2">Site Map</a>');

document.write('</td><td>');
document.write('<a href="https://www.google.com/a/kasloshops.com/ServiceLogin?service=mail&passive=true&rm=false&continue=https%3A%2F%2Fmail.google.com%2Fa%2Fkasloshops.com%2F%3Fui%3D2&bsv=zpwhtygjntrz&ss=1&ltmpl=default&ltmplcache=2" target="_blank" class="menu-2">Login</a>');


document.write('</td><td width="'+endspace+'">');
document.write('<img src="picts/spacer.gif" height="5" width="'+endspace+'"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
//  End -->