<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuspace		= "150"				// WHITESPACE RIGHT ADJUST
var menuVspace		= "15"				// SPACE BELOW MENU


document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');



// MENU BOX TITLE

document.write('Welcome<br>');
<!-- // DISPLAY DATE CODE
date1( );

//-->

document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td align="center">');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%">');
document.write('<tr><td align="left" valign="top">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');



// START LINKS COPY AND PASTE ANY LINE TO ADD A LINK

document.write('<a href="index.htm" class="menu">Passion Fruit Home</a><br>');

document.write('<a href="ordersuits.htm" class="menu">How To Order Suits</a><br>');

document.write('<a href="http://www.passionfruitdesigns.com/gallery3/index.php/" class="menu">Bikini Styles</a><br>');

document.write('<a href="http://www.passionfruitdesigns.com/gallery3/index.php/" class="menu">Our Bikini Girls</a><br>');

document.write('<a href="customprints.htm" class="menu">Custom Prints</a><br>');

document.write('<a href="crystalcolours.htm" class="menu">Crystal Colours</a><br>');





document.write('<br>');



// SECOND GROUP OF LINKS


document.write('<a href="ourguarantee.htm" class="menu">Our Guarantee</a><br>');

document.write('<a href="contact.htm" class="menu">Contact Us</a><br>');







document.write('<img src="picts/spacer.gif" height="4" width="10" border="0"><br>');

document.write('</td></tr></table>');

document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->
