<!-- BEGIN: Menu
document.write('<DIV id="menulocation">');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154">');
document.write('<tr><td><img src="/picts/menu-top.gif" width="154" height="146" alt=""></td></tr>');

document.write('<tr><td nowrap><a href="/index.aspx"            class="menu">Home</a></td></tr>');
document.write('<tr><td nowrap><a href="/eservices/welcome.aspx"     class="menu">eServices</a></td></tr>');
document.write('<tr><td nowrap><a href="/product_line.aspx"     class="menu">Product Lines</a></td></tr>');
document.write('<tr><td nowrap><a href="/product_class.aspx"     class="menu">Plant Library</a></td></tr>');
document.write('<tr><td nowrap><a href="/orchid_division.aspx"     class="menu">Foremost&#174 Orchids</a></td></tr>');
document.write('<tr><td nowrap><a href="/availability.aspx"     class="menu">Availabilities</a></td></tr>');
document.write('<tr><td nowrap><a href="/price_lists.aspx"         class="menu">Price Lists</a></td></tr>');
document.write('<tr><td nowrap><a href="/catalogs_marketing_sheets.aspx"         class="menu">Product/Cultural Sheets</a></td></tr>');
document.write('<tr><td nowrap><a href="/our_production_facilities.aspx"         class="menu">Production Facilities</a></td></tr>');
document.write('<tr><td nowrap><a href="/our_logistics_advantage.aspx" class="menu">Logistics Advantage</a></td></tr>');
document.write('<tr><td nowrap><a href="/shipmenttracking.aspx" class="menu">Shipment Tracking</a></td></tr>');
document.write('<tr><td nowrap><a href="/vendor_links.aspx" class="menu">Vendor Links</a></td></tr>');

document.write('<tr><td><img src="/picts/menu-bottom.gif" width="154" height="65" alt=""></td></tr>');
document.write('</table>');

document.write('<form action="/item_list.aspx" method="get" name="search">');
document.write('<input type="text"   name="keyword"><BR>');
document.write('<input type="submit" name="btnSubmit" value="Search Products">');
document.write('</form>');

<!-- BEGIN: Goto Meeting
	function goToMeetingB() {
	jUrl = "https://www.gotomeeting.com/join/";
	meetID = document.joinMeetingB.MeetingID.value;
	document.joinMeetingB.action = jUrl + meetID;
}

document.write('<table cellpadding="0" cellspacing="0" border="0" bgcolor="#1659A1">');
	document.write('<form action="" method="post" name="joinMeetingB">');
	document.write('<tr>');
	document.write('<td><img src="http://img.gotomeeting.com/g2mimages/ad/meetNowTopBlue.gif" width=158 height=26></td></tr>');
	document.write('<tr><td align="center"><input type="text" name="MeetingID" size="10"></td></tr>');
	document.write('');
	document.write('<tr><td><input type="image" src="http://img.gotomeeting.com/g2mimages/ad/meetNowBotBlue.gif" border="0" height="86" width="158" onClick="return goToMeetingB();"></td></tr>');
	document.write('</form>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
//  END: Goto Meeting -->

document.write('</DIV>');
//  END: Menu -->