function showPhoto(title,item,width,hite)
{
	hite = +hite+ + 40;
	msgWindow = window.open("","",
		"titlebar=no,menubar=no,scrollbars=no,status=no,screenX=30,screenY=45,width="+width+",height="+hite+"")

/* 	msgWindow.document.write ('<head><title>'+item+'</title></head>'); */
	msgWindow.document.write (
		'<body topmargin="0" leftmargin="0" bgcolor=#606060 onblur="self.close()" onclick="window.close()">');
	msgWindow.document.write (
		'<div align="center"> <p><font face=verdana size=2 color=#white>'+title+'</font></p>');
	msgWindow.document.write('<img border=0 src='+item+'>');
	msgWindow.document.write ('</div></body></html>');
	msgWindow.document.close ();
}

function showPhoto1(item, orientation)
{
	width=480;
	height=480;
	
	if (orientation=='L')
	{
		width=640; height=480;
	}
	else if (orientation=='P')
	{
		width=480; height=640;
	}
	else if (orientation=='S')
	{
		width=352; height=288;
	}
	msgWindow =open("","displayWindow",
		"menubar=no,scrollbars=no,status=no,resizable=yes,width="+width+",height="+height);

	msgWindow.document.write('<head><title>'+item+'<\/title><\/head>');
	msgWindow.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
	msgWindow.document.write('<body onload="checksize()" topmargin="0" leftmargin="0" bgcolor=#000000 onblur="self.close()" onclick="window.close()">');
	msgWindow.document.write('<img border=0 src='+item+'>');
	msgWindow.document.write('<\/body><\/html>')
	msgWindow.document.close();
}

function showPhoto2(title,item,orientation)
{
	if (orientation=='L')
	{
	msgWindow = window.open("", "displayWindow",
		"menubar=no,scrollbars=no,status=no,width=640,height=480")
	}
	else if (orientation=='P')
	{
	msgWindow = window.open("", "displayWindow",
		"menubar=no,scrollbars=no,status=no,width=480,height=640")
	}
	else if (orientation=='S')
	{
	msgWindow = window.open("", "displayWindow",
		"menubar=no,scrollbars=no,status=no,width=480,height=480")
	}
	else
	{
	msgWindow = window.open("", "displayWindow",
		"menubar=no,scrollbars=no,status=no,width=640,height=640")
	}

	msgWindow.document.write ('<head><title>'+item+'</title></head>');
	msgWindow.document.write (
		'<body topmargin="0" leftmargin="0" bgcolor=#808080 onblur="self.close()" onclick="window.close()">');
	msgWindow.document.write (
		'<div align="center" valign="middle"><font face=verdana size=2 color=#000000><h2>'+title+'</h2>');
	msgWindow.document.write('<img border=0 src='+item+'>');
	msgWindow.document.write ('</font></div></body></html>');
	msgWindow.document.close ();
}

function mailMaster()
{
	var a, b, c ;
	
	a = 'info' ;
	b = 'volksdansvlissingen' ;
	c = 'nl' ;
	location.href = 'mailto:' + a + '@' + b + '.' + c ;
}

function mailInfo()
{
	var a, b, c ;
	
	a = 'info' ;
	b = 'volksdansvlissingen' ;
	c = 'nl' ;
	location.href = 'mailto:' + a + '@' + b + '.' + c ;
}

function mailUs()
{
	var a, b, c ;
	
	a = 'jacowi' ;
	b = 'zeelandnet' ;
	c = 'nl' ;
	location.href = 'mailto:' + a + '@' + b + '.' + c ;
}

function mailMisstap()
{
	var a, b, c ;
	
	a = 'misstap.vlissingen' ;
	b = 'gmail' ;
	c = 'com' ;
	location.href = 'mailto:' + a + '@' + b + '.' + c ;
}

function mailGerda()
{
	var a, b, c ;
	
	a = 'nielsgerda' ;
	b = 'hetnet' ;
	c = 'nl' ;
	location.href = 'mailto:' + a + '@' + b + '.' + c ;
}

function mailMarijke()
{
	var a, b, c ;
	
	a = 'marijkevdv' ;
	b = 'kpnmail' ;
	c = 'nl' ;
	location.href = 'mailto:' + a + '@' + b + '.' + c ;
}

function mailAns()
{
	var a, b, c ;
	
	a = 'ansdewitt' ;
	b = 'zeelandnet' ;
	c = 'nl' ;
	location.href = 'mailto:' + a + '@' + b + '.' + c ;
}

function mailJohan()
{
	var a, b, c ;
	
	a = 'jhemert' ;
	b = 'zeelandnet' ;
	c = 'nl' ;
	location.href = 'mailto:' + a + '@' + b + '.' + c ;
}

function mailSylvia()
{
	var a, b, c ;
	
	a = 'neranza' ;
	b = 'zeelandnet' ;
	c = 'nl' ;
	location.href = 'mailto:' + a + '@' + b + '.' + c ;
}
function mailOberon()
{
	var a, b, c ;
	
	a = 'contact' ;
	b = 'oberondans' ;
	c = 'nl' ;
	location.href = 'mailto:' + a + '@' + b + '.' + c ;
}
