ordernumber="7769570";
/*Graphic menu for SFBayHouse.com. 
Menu developed by mira2 using fxmenu. 
Copyright 2004 FXSinuscom and mira2, All rights reserved*/

emptyimage="fxmenu/transparent.gif";// Transparent image in gif format.
showdelay=200;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=800;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=140;
height=18;
color="#006699";
coloron="#FFCC66";
bgcolor="#DBD7FF";
bgcoloron="#6699CC";
fontsize="8pt";
fontweight="bold";
fontweightdown="bold";
fontweighton="bold";
fontfamily="Verdana,Arial";
paddingtop=1;
paddingleft=3;
arrow="fxmenu/arrowblack.gif";
arrowon="fxmenu/arrowwhite.gif";
arrowright=20;
arrowtop=1;
align="left";
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=90)";
menubgcolor="#E8E8FF";
menuborderwidth=2;
menubordercolor="#006699";
color="#FFCC66";
coloron="#006699";
separatorsize=1;
separatorcolor="#006699";
highlightpath=true;
}


/*Start Menu Declarations*/

imageStyle=new cloneStyle(itemStyle);
imageStyle.paddingleft=0;
imageStyle.paddingtop=0;
imageStyle.arrow=null;
imageStyle.arrowon=null;

with(new fxmenu("MainMenu")){
style=imageStyle;
menustyle=menuStyle;
visible=true;
position="absolute"
top=121;
left=7;
height=35;
orientation="horizontal"
menuborderwidth=0;
separatorsize=0;
fx("image=images/buttons/home_up.gif;imageon=images/buttons/home_up_over.gif;url=index.html;width=134;");
fx("image=images/buttons/listings_up.gif;imageon=images/buttons/listings_up_over.gif;width=134;show=Listings;");
fx("image=images/buttons/buying_up.gif;imageon=images/buttons/buying_up_over.gif;width=134;show=Buying;");
fx("image=images/buttons/selling_up.gif;imageon=images/buttons/selling_up_over.gif;width=134;show=Selling;");
fx("image=images/buttons/living_up.gif;imageon=images/buttons/living_up_over.gif;width=134;show=LivingSF;");
fx("image=images/buttons/resources_up.gif;imageon=images/buttons/resources_up_over.gif;width=134;show=Resources;");
fx("image=images/buttons/contact_up.gif;imageon=images/buttons/contact_up_over.gif;width=133;show=Contact;");
}

with(new fxmenu("Listings")){
style=itemStyle;
menustyle=menuStyle;
width=170;
fx("text=For sale;url=html/list_forsale2.html;");
fx("text=For rent;url=html/list_for_rent.html;");
fx("text=Recently sold;url=html/list_sold.html;");
fx("text=Search MLS;url=html/list_MLS.html;");
fx("text=Smart Search craigslist;url=html/list_craig.html;");
fx("text=Barbagelata Co. listings;url=html/list_barb.html;");
}

with(new fxmenu("Buying")){
style=itemStyle;
menustyle=menuStyle;
width=190;
fx("text=Getting Started;url=html/buy_start.html");
fx("text=Finding a Lender;url=html/buy_findlender.html");
fx("text=Checking Your Credit Score;url=html/buy_creditscore.html");
fx("text=Getting Preapproved;url=html/buy_preapproved.html");
fx("text=Finding Your New Home;url=html/buy_findhouse.html");
fx("text=Inspections;url=html/buy_inspections.html");
fx("text=Making an Offer;url=html/buy_makeoffer.html");
fx("text=Closing;url=html/buy_closing.html");
fx("text=Moving in;url=html/buy_movingin.html");
}

with(new fxmenu("Selling")){
style=itemStyle;
menustyle=menuStyle;
width=180;
fx("text=Getting Started;url=html/sell_start.html");
fx("text=Property Value - CMA;url=html/sell_CMA.html");
fx("text=Marketing Your Home;url=html/sell_marketing.html");
fx("text=Expenses & Taxes;url=html/sell_expenses.html");
fx("text=Disclosures;url=html/sell_disclosures.html");
fx("text=Sold!;url=html/sell_sold.html");
fx("text=A Sad Tale;url=html/sell_sadtale.html");
}

with(new fxmenu("LivingSF")){
style=itemStyle;
menustyle=menuStyle;
width=210;
fx("text=San Francisco Districts;url=html/liv_districts.html;");
fx("text=SFGate Neighborhoods;url=http://www.sfgate.com/traveler/guide/sf/neighborhoods/;target=blank;");
fx("text=School Information;url=http://www.bestplaces.net/school/sch3.asp?cityid=1880&type=AL;target=blank;");
fx("text=Relocation Info;url=html/liv_relocation.html;");
fx("text=City Profile by Sperling's;url=html/liv_cityprofile.html;");
}

with(new fxmenu("Resources")){
style=itemStyle;
menustyle=menuStyle;
width=180;
fx("text=Real Estate News;url=html/res_news.html;");
fx("text=Mortgage Calculator;url=html/res_calculator.html;");
fx("text=Mortgage Rates;url=html/res_rates.html;");
fx("text=Preferred Vendors;url=html/res_vendors.html;");
fx("text=Glossary;url=html/res_glossary.html;");
fx("text=City of San Francisco;url=http://www.ci.sf.ca.us;target=blank;");
fx("text=My California.com;url=http://www.my.ca.gov/state/portal/myca_homepage.jsp;target=blank;");
fx("text=CAR;url=http://www.car.org;target=blank;");
}

function sendMailTo(){
wI.location.href="mailto:sonia@sfbayhouse.com";
}

with(new fxmenu("Contact")){
style=itemStyle;
menustyle=menuStyle;
width=128;
fx("text=Free CMA Report;url=html/contact_CMA.html;");
fx("text=Contact Me;url=html/contact_form.html;");
fx("text=E-mail;url=javascript:sendMailTo();");
}

/* with(new fxmenu("Contact")){
style=itemStyle;
menustyle=menuStyle;
width=128;
fx("text=Free CMA Report;url=html/contact_CMA.html;");
fx("text=Contact Me;url=html/contact_form.html;");
fx("text=E-mail;url=mailto:sonia@sfbayhouse.com;");
} */

buildMenus();



