
// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array("Boats For Sale","boats.htm","",12,20,120);

	Menu1_1=new Array("Brokerage Sales","boats.htm","",0,20,150);	
	Menu1_2=new Array("Express Cruiser","expresscruiser.html","",0);
	Menu1_3=new Array("Sedan Cruiser","sedancruiser.html","",0);
	Menu1_4=new Array("Motor Yacht","motoryacht.html","",0);
	Menu1_5=new Array("Sport Fisher","sportfisher.html","",0);
	Menu1_6=new Array("Open Fisherman","openfisherman.html",0);
	Menu1_7=new Array("Sailboat","sailboat.html",0);
    Menu1_8=new Array("Performance","performance.html","",0);
	Menu1_9=new Array("Trawler","trawler.html","",0);
	Menu1_10=new Array("Commercial","commercial.html","",0);
	Menu1_11=new Array("Houseboat","houseboat.html","",0);
	Menu1_12=new Array("See All Listings","allboats.html","",0);

Menu2=new Array("Our Services","services.html","",0,20,110);

Menu3=new Array("Our Location","directions.htm","",2,20,110);

	Menu3_1=new Array("Map & Directions","directions.htm","",0,20,180);
	Menu3_2=new Array("Driving Directions","javascript:newwin=window.open('http://www.mapquest.com/cgi-bin/mqtrip?link=btwn/twn-ddir_na_basic_main&dir=New+Directions&DLL=338509,-786554&ADDR_1=2120+Sea+Mountain+Hwy&CITY_1=NORTH+MYRTLE+BEACH&STATE_1=SC&ZIP_1=29582&uid=u6s71ee4sc60s2zd:taufrsquy&CC_1=US')","",0);

Menu4=new Array("Contact Info","","",4,20,120);

	Menu4_1=new Array("Contact Form","contact.html","",0,20,160);
	Menu4_2=new Array("E-Mail Us","mailto:info@bbyacht.com","",0);
	Menu4_3=new Array("E-Mail Newsletter","javascript:openwin('newsletter.htm','320','225')","",0);
	Menu4_4=new Array("Employment Opportunities","javascript:openwin('employment.htm','320','250')","",0);
	

Menu5=new Array("Links","links.asp","",2,20,72);

	Menu5_1=new Array("Our Favorite Site","links.asp","",0,20,140);
	Menu5_2=new Array("Local Marine Forecast","links.asp#Weather","",0,20,140);


Menu6=new Array("E-Mail","mailto:info@bbyacht.com","",0,20,85);

Menu7=new Array("Home","default.html","",0,20,75);

function go(){
if (document.boatselect.boattype.options[document.boatselect.boattype.selectedIndex].value != "none")
{
location = document.boatselect.boattype.options[document.boatselect.boattype.selectedIndex].value
 }}
function openwin(url,ww,hh) {

tx = (screen.width - ww) / 2;
ty = (screen.height - hh) / 2; 

	 addWindow = window.open(url,"callout","width="+ww+",height="+hh+ ",top="+ty+",left="+tx+",titlebar=0,resizable=1,status=0,menubar=0,scrollbars=0,fullscreen=0");
	 addWindow.focus() 
}