function checkmenu(){

  if(sitemenuid==-1){
    var thisLogo=document.getElementById('logo');
    if(thisLogo){
       thisLogo.src='/images/hounddog_logo_home.jpg';
    }
  }
}

		function setCurveHeight(wrapper2Height)
		{
			if ( wrapper2Height < 387 )
				document.getElementById('wrapper2').style.height = 387 + 'px';
		}


