$(document).ready(function(){

	// lightBox
	try{
		$('a[rel*=lightbox]').lightBox();
	} catch(err) { }
	
	// custom mail address
	try{
		$("span.mail span").each(function(){
			var mailData = $(this).attr('class').split(' ');
			var mailStr = mailData[0]+String.fromCharCode(8*8)+mailData[1];
			$(this).parent("span.mail").before('<a href="mailto:'+mailStr+'">'+mailStr+'</a>').remove();
		});
	} catch(err) { }
	
});

function startList() {
	if (document.all && document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
			  }
		  	node.onmouseout=function() {
				  this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}

function writePortraitGallery(){
	var flashvars = {
		fotopad:"/gfx_content/portretten/",
		src:"/includes/inc_portretten.php"
	};
	var params = {
		menu: "false",
		wmode: "transparent",
		quality:"high"
	};
	var attributes = {};
	swfobject.embedSWF("gfx_content/swf/portretmatrix.swf", "portretten", "305", "180", "8.0.0", "gfx_content/swf/expressInstall.swf", flashvars, params, attributes);
}

function writeNewspapers(){
	var flashvars = {
		imgpad:"/gfx_content/pers/",
		xmlfile:"/xml/inc_pers_flash.php"
	};
	var params = {
		menu: "false",
		wmode: "transparent",
		quality:"high"
	};
	var attributes = {};
	swfobject.embedSWF("gfx_content/swf/pers.swf", "flash", "520", "400", "8.0.0", "gfx_content/swf/expressInstall.swf", flashvars, params, attributes);
}

function writeMusicstandard(){
	var flashvars = {
		src:"/includes/inc_componisten.php"
	};
	var params = {
		menu: "false",
		wmode: "transparent",
		quality:"high"
	};
	var attributes = {};
	swfobject.embedSWF("gfx_content/swf/muziekstandaard.swf", "flash", "189", "397", "8.0.0", "gfx_content/swf/expressInstall.swf", flashvars, params, attributes);
}

function writeForm(type){
	var flashvars = {
		formtype:type
	};
	var params = {
		menu: "false",
		wmode: "transparent",
		quality:"high"
	};
	var attributes = {};
	swfobject.embedSWF("gfx_content/swf/formulier.swf", "flashcontent", "370", "355", "8.0.0", "gfx_content/swf/expressInstall.swf", flashvars, params, attributes);
}

function writeMailAddress(weergave){
	var links = "postmaster";
	var verbinding = String.fromCharCode(8*8);
	var rechts = "overveensvocaalensemble.nl";
	var compleet = links + verbinding + rechts;
	var args = writeMailAddress.arguments.length;
	if(args == 0){
		weergaveTxt = compleet;
	} else {
		weergaveTxt = weergave;
	}
	document.write("<a href=mailto:" + compleet + ">" + weergaveTxt + "</a>");
}

window.onload=startList;
