function displayStatusMsg(msgStr)
{
  window.status = msgStr;
  return true;
} 

function VoorkomenFraming()
{
	if (top.frames.length != 0)
  {
		top.location = self.document.location;
	}
}

function smallwin(url)
{
	popupWin = window.open(url,'PlantageWebShop','width=365,height=550,scrollbars=yes,resizable');
	popupWin.focus();
}

function add2favorites(bookmarkurl,bookmarktitle)
{
if (document.all)
	window.external.AddFavorite(bookmarkurl, bookmarktitle);
else
	alert('Deze optie is op deze machine helaas niet mogelijk.');
}