
document.writeln( '<table width="111" border="0" cellspacing="0" cellpadding="0" align=center>	<tr><td>' );

document.writeln( '<a href="index.htm">' );
document.writeln( '<img src="images/navHome.jpg" width="101" height="30" border="0" ' );
document.writeln( '	alt="Return to the Learn2swimsuits home page."></a><br>' );

document.writeln( '<a href="fabrics.htm">' );
document.writeln( '<img src="images/navOrderx.jpg" width="101" height="30" border="0"' );
document.writeln( '	alt="Look at all of the fabrics you can choose!"></a><br>' );

document.writeln( '<a href="design.htm">' );
document.writeln( '<img src="images/navDesign.jpg" width="101" height="30" border="0" ' );
document.writeln( '	alt="Read about the design of my floating swimsuits."></a><br>' );

document.writeln( '<a href="prices.htm">' );
document.writeln( '<img src="images/navSizesPrice.jpg" width="101" height="30" border="0" ' );
document.writeln( '	alt="Get the prices AND the sizes."></a><br>' );

document.writeln( '<a href="fabrics.htm">' );
document.writeln( '<img src="images/navFabrics.jpg" width="101" height="30" border="0" ' );
document.writeln( '	alt="Look at all of the fabrics you can choose!"></a><br>' );

document.writeln( '<a href="design.htm#remove">' );
document.writeln( '<img src="images/navRemove.jpg" width="101" height="30" border="0" ' );
document.writeln( '	alt="After a while your kid will do more of the swimming."></a><br>' );

document.writeln( '<a href="guest.htm">' );
document.writeln( '<img src="images/navGuest.jpg" width="101" height="30" border="0" ' );
document.writeln( '	alt="Sign my guest book and tell me what you think."></a><br>' );

document.writeln( '<a href="mailto:welck@maui.net?Subject=E-mail from the Front Page">' );
document.writeln( '<img src="images/navContact.jpg" width="101" height="30" border="0"' );
document.writeln( '	alt="Contact me if you have any questions."></a><br>' );

document.writeln( '<a href="links.htm">' );
document.writeln( '<img src="images/navLinks.jpg" width="101" height="30" border="0" ' );
document.writeln( '	alt="The surfing is great ... using these sites!"></a>' );

document.writeln( '</td></tr></table>' );


