// JavaScript Document
function showPopup() {
  newwin=window.open('http://www.sophieskunstprojecten.nl/popup.php','skppopup','menubar=0,scrollbars=0,titlebar=0,toolbar=0,location=0,directories=0,status=0,resizable=1,width=299,height=212,top=50,left=100');
  if (newwin)
	  newwin.focus();
  else
  	alert('Er is een popup geblokkeerd door up browser.\n\nControlleer de instellingen en voeg eventueel www.sophieskunstprojecten.nl toe als uitzondering.');
}

function goLocation(url) {
	alert(url);
	document.location=url;
}
