function menuOver(id) { 
   if (document.getElementById) {
	   	var nodeObj = document.getElementById(id);
		nodeObj.style.backgroundColor='#333333';
		nodeObj.style.cursor='hand';
		nodeObj.style.color='#FFFFFF';
   }
}

function menuOut(id) {
   if (document.getElementById) {
	   	var nodeObj = document.getElementById(id);
		nodeObj.style.backgroundColor='#E3E8EF';
			nodeObj.style.color='#000000';
   }
}

function book(){window.external.AddFavorite("http://www.private-celebs.biz/","Free Private Celebs Pictures")}

