
function winPopup(sURL, sWinName, iWidth, iHeight) {var f="scrollbars=yes,resizable=yes,width=" + iWidth + ",height=" + iHeight + ",top=" + ((screen.height-iHeight)/2) + ",left=" + ((screen.width-iWidth)/2);window.open(sURL,sWinName,f);}

function AddToFavorites(){
	if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4))
	{
		var url="http://www.africaprints.nl";
		var title="AfricaPrints - Giclee prints van Tanzaniaanse kunstenaars";
		
		window.external.AddFavorite(url,title);
	}
}


