// JavaScript Document
<!--
_menuCloseDelay=0         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=0                // Follow scrolling speed
_followRate=0                // Follow scrolling Rate
_subOffsetTop=00              // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=0               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
//onbgcolor="#999999";
//offbgcolor="#999999";
oncolor="#000000";
offcolor="#ffffff";
//separatorsize="1";
//separatorheight="10";
//separatorcolor="#ffffff";
padding=1;
fontsize="12px";
fontstyle="bold";
fontfamily="times, Times New Roman, Georgia, serif";
//overfilter="Alpha(opacity=70)";
//outfilter="Fade(duration=0);"
keepalive=0;
}

with(menuStyleSub1=new mm_style()){
//onbgcolor="#999999";
//offbgcolor="#999999";
oncolor="#000000";
offcolor="#ffffff";
separatorsize="2";
//separatorcolor="#999999";
padding=5;
fontsize="11px";
fontstyle="bold";
fontfamily="arial, helvetica, times, Times New Roman, Georgia, serif";
keepalive=0;
menubgimage="http://www.ccsells.com/images/nav_sub_bg.jpg";
//itemheight="25";
}

with(foche=new menuname("SubSearch")){
style=menuStyleSub1;
orientation="vertical";
left="offset=-7";
top="offset=-15";
aI(";");

aI("url=http://www.ccsells.com/search.cfm?search=1;text=Search all Properties ;");
aI("url=http://www.ccsells.com/search.cfm?search=2;text=Receive Properties By Email;");

//aI("url=construction.cfm;text=New Construction;");
}

with(foche=new menuname("SubBuyers")){
style=menuStyleSub1;
orientation="vertical";
left="offset=-7";
top="offset=-15";
aI(";");
aI("url=http://www.ccsells.com/buyers.cfm;text=Buyer Tips;");
aI("url=http://www.ccsells.com/mortgage.cfm;text=Mortgage Calculators;");
aI("url=http://www.ccsells.com/BuyerInformationPacket.pdf;target=_blank;text=Download our Buyer Information Packet;");
aI("url=http://www.ccsells.com/relocation.cfm;text=Relocation Services;");
}

with(foche=new menuname("SubSellers")){
style=menuStyleSub1;
orientation="vertical";
left="offset=-7";
top="offset=-15";
aI(";");
aI("url=http://www.ccsells.com/sellers.cfm;text=Seller Tips;");
aI("url=http://www.ccsells.com/cma.cfm;text=What's my Home Worth?;");
aI("url=http://www.ccsells.com/solds.cfm;text=CC Sold Properties;");
aI("url=http://www.ccsells.com/staging.cfm;text=Home Staging;");
aI("url=http://www.ccsells.com/login.cfm;text=Client Login;");
}

with(foche=new menuname("SubCommunity")){
style=menuStyleSub1;
orientation="vertical";
left="offset=-7";
top="offset=-15";
aI(";");
aI("url=http://www.ccsells.com/neighborhoods.cfm;text=Neighborhoods;");
aI("url=http://www.ccsells.com/community.cfm;text=Community Links;");
}

with(foche=new menuname("SubAbout")){
style=menuStyleSub1;
orientation="vertical";
left="offset=-7";
top="offset=-15";
aI(";");
aI("url=http://www.ccsells.com/about.cfm;text=About CC Sells;");
aI("url=http://www.ccsells.com/team.cfm;text=Individual Bios;");
aI("url=http://www.ccsells.com/contact.cfm;text=Contact Us;");
}


drawMenus();
//-->
