arrAnchor = document.getElementsByTagName("a");
if (arrAnchor.length > 0) {
	for (i = 0; i < arrAnchor.length; i++) {
		if (arrAnchor[i].className == "external") {
			arrAnchor[i].target = "_blank";
		}
	}
}
if (document.getElementById("mailInfo")) {
	objMail = document.getElementById("mailInfo");
	objMail.href= "mailto:info@oordfestival.nl";
	objMail.title = "e-mail naar OORD";
	objMail.innerHTML = "info@oordfestival.nl";
}
if (document.getElementById("thumbs")) {
	document.getElementById("thumbs").style.display = "block";
}
if (document.getElementById('flashVar')) {
      var flashvars = {};
      flashvars.album = document.getElementById('flashVar').value;
      var params = {};
      params.allowfullscreen = 'true';
      swfobject.embedSWF('system/swf/photoviewer.swf', 'photoviewer', '640', '500', '9.0.0', 'system/swf/expressInstall.swf', flashvars , params);
}

