window.addEvent('domready', function() {
	new Rokmoomenu($E('ul.menutop '), {
		bgiframe: false,
		delay: 500,
		animate: {
			props: ['width', 'opacity'],
			opts: {
				duration: 600,
				transition: Fx.Transitions.Sine.easeOut
			}
		}
	});
});
function bookmark() {

  if(document.all) {
    window.external.AddFavorite("http://www.thebayretreats.com","The Bay Retreats")
  } else {
    if(window.sidebar) {
      window.sidebar.addPanel("The Bay Retreats","http://www.thebayretreats.com",'');
    }
  }
}

