<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
function closeAllMenus() {
	if (window.gmenu) {gmenu.close();}
	if (window.cmenu) {cmenu.close();}
	if (window.smenu) {smenu.close();}
	if (window.bmenu) {bmenu.close();}
	if (window.commenu) {commenu.close();}
}

CSSRule('.cbMenu',{cursor:'pointer',border:'0px',textDecoration:'underline',color:'#2e5d8d',textDecoration:'none',borderLeft:'1px solid #dedede',borderBottom:'1px solid #dedede',borderRight:'1px solid #dedede',backgroundColor:'white',padding:'3px'});
CSSRule('.cbMenu div',{position:'relative',padding:'3px',whiteSpace:'nowrap'});
CSSRule('.cbMenu .sel',{backgroundColor:'#c9dff5',color:'#003366',textDecoration:'none'});
CSSRule('.cbMenu span',{position:'absolute',fontSize:'xx-small',paddingTop:'1px'});

Object.extend (menuObject,{
	careers: {
				className:'cbMenu'
				,shadowOpacity:11
				,shadowWidth:4
				,items:[
							['Becoming a Realtor?',function() {},1]
							,['Our History',function() {},1]
							,['State Requirements',function() {},1]
							,['Why Coldwell Banker?',function() {},1]
							,['Licensing Requirements',function() {window.open('http://www.michigan.gov/dleg/0,1607,7-154-35299_35414_35475---,00.html','_blank');},1]
							,['School',function() {},1]
						]
				}
	,selling: {
				className :  'cbMenu'
				,shadowOpacity:11
				,shadowWidth:4
				,items	: [
							['Value of Home',function(){},1]
							,['Moving Checklist',function(){window.location='selling_moving_checklist.cfm';},1]
							,['Home Warranty',function(){},1]
							,['Relocation',function(){window.location='relocation.cfm';},1]
							,['Contact Us',function(){window.location='contact.cfm';},1]
							,['Title Services',function(){window.location='buying_title_services.cfm';},1]
							,['Previews&reg; Luxury Homes',function(){window.open('http://www.coldwellbankerpreviews.com','_blank');},1]
							,['Valuable Links',function(){},1]
							,['Affiliates',function(){window.location='selling_affiliates.cfm';},1]
							,['Contact Us',function(){window.location='contact.cfm'},1]
						]
				}
	,commercial: {
				className :  'cbMenu'
				,shadowOpacity:11
				,shadowWidth:4
				,items	: [
							['About',function(){window.location='commercial.cfm';},1]
							,['Commercial Properties',function(){window.location='commercial_properties.cfm';},1]
						]
				}
	/*,community: {
				className :  'cbMenu'
				,shadowOpacity:11
				,shadowWidth:4
				,items	: [
							['Accomodations',function(){},1]
							,['Arts',function(){},1]
							,['Community Service',function(){},1]
							,['Dining',function(){},1]
							,['Education',function(){},1]
							,['Health',function(){},1]
							,['Kids',function(){},1]
							,['Maps',function(){},1]
							,['Recreation',function(){},1]
							,['Religion',function(){},1]
							,['Retirement',function(){},1]
							,['Shopping',function(){},1]
							,['Transportation',function(){},1]
						]
				}*/
	,buying: {
				className :  'cbMenu'
				,shadowOpacity:11
				,shadowWidth:4
				,items	: [
							['Concierge Services',function(){window.location='buying_concierge.cfm';},1]
							,['School Information',function(){window.location='community_schools.cfm';},1]
							,['Community',function(){window.location='community.cfm';},1]
							,['Mortgage Calculator',function(){window.location='buying_mortgage_calculator.cfm'},1]
							,['Home Warranty',function(){window.location='home_warranty.cfm'},1]
							,['Relocation Services',function(){window.location='relocation.cfm';},1]
							,['Title Services',function(){window.location='buying_title_services.cfm';},1]
							,['Previews&reg; Luxury Homes',function(){window.open('http://www.coldwellbankerpreviews.com','_blank');},1]
							,['Contact Us',function(){window.location='contact.cfm'},1]
						]
				}
	,relocation: {
				 className :  'cbMenu'
				,shadowOpacity:11
				,shadowWidth:4
				,items	: [
							['Services',function(){window.location='relocation.cfm';},1]
							,['Third Party Relocation Services',function(){window.location='relocation_third_party_comps.cfm';},1]
						]
				}
	}
)
