
function doLoad(){
	document.images['hspacer'].height=(document.getElementById('content').offsetHeight-400);
}

window.onresize = doLoad;

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.posterkunst.nl";
		var title="PosterKunst.nl - Posters en reproducties van kunst van nederlandse kunstenaars";
		
		window.external.AddFavorite(url,title);
	}
}