function openNewWindow(MyPicture)
{
	var newWindow;
	newWindow = open("","picture","width=400,height=430,top=100,left=100,scrollbars=no,toolbar=no,menubar=no,statusbar=no,resizable=no");
	
	//newWindow.document.getElementById("picture").setAttribute("src","../all/" + MyPicture);
	newWindow.document.open();
	newWindow.focus();
	newWindow.document.write("<html><head><title>Agenda</title></head><body bgcolor='black' marginwidth='0' margintop='0' leftmargin='0' topmargin='0' link='#6495ed' alink='#a9a9a9' vlink='#6495ed'><img src='all/" + MyPicture + "' width='500' height='500'><div style='text-align:center'><a href='Javascript:close();'>Close this window</a></div></body></html>");
	newWindow.document.close();
}

function openNewWindow2(MyPicture)
{
	var newWindow;
	newWindow = open("","picture2","width=500,height=580,top=0,left=0,scrollbars=no,toolbar=no,menubar=no,statusbar=no,resizable=no");
	
	//newWindow.document.getElementById("picture").setAttribute("src","../all/" + MyPicture);
	newWindow.document.open();
	newWindow.focus();
	newWindow.document.write("<html><head><title>Slave Market</title></head><body bgcolor='black' marginwidth='0' margintop='0' leftmargin='0' topmargin='0' link='#6495ed' alink='#a9a9a9' vlink='#6495ed'><img src='all/" + MyPicture + "' width='500' height='500'><div style='text-align:center;color:silver;font-weight:bold;font-size:9pt;font-family:Verdana;'><br>Like to be part of it? <a href='http://msc.spiritbear.cc/' target='_blank'>Go to MSC Belgium website</a><br><br><a href='Javascript:close();'>Close this window</a></div></body></html>");
	newWindow.document.close();
}

function openNewWindow3(MyPicture)
{
	var newWindow;
	newWindow = open("","picture3","width=201,height=600,top=0,left=0,scrollbars=no,toolbar=no,menubar=no,statusbar=no,resizable=no");
	
	//newWindow.document.getElementById("picture").setAttribute("src","../all/" + MyPicture);
	newWindow.document.open();
	newWindow.focus();
	newWindow.document.write("<html><head><title>Agenda</title></head><body bgcolor='black' marginwidth='0' margintop='0' leftmargin='0' topmargin='0' link='#6495ed' alink='#a9a9a9' vlink='#6495ed'><img src='../all/" + MyPicture + "' width='201' height='560'><div style='text-align:center'><a href='Javascript:close();'>Close this window</a></div></body></html>");
	newWindow.document.close();
}

function openNewWindow4(MyPicture)
{
	var newWindow;
	newWindow = open("","picture3","width=201,height=600,top=0,left=0,scrollbars=no,toolbar=no,menubar=no,statusbar=no,resizable=no");
	
	//newWindow.document.getElementById("picture").setAttribute("src","../all/" + MyPicture);
	newWindow.document.open();
	newWindow.focus();
	newWindow.document.write("<html><head><title>Agenda</title></head><body bgcolor='black' marginwidth='0' margintop='0' leftmargin='0' topmargin='0' link='#6495ed' alink='#a9a9a9' vlink='#6495ed'><img src='all/" + MyPicture + "' width='201' height='560'><div style='text-align:center'><a href='Javascript:close();'>Close this window</a></div></body></html>");
	newWindow.document.close();
}

function openNewWindow5(MyPicture)
{
	var newWindow;
	newWindow = open("","picture5","width=450,height=480,top=0,left=0,scrollbars=no,toolbar=no,menubar=no,statusbar=no,resizable=no");
	
	//newWindow.document.getElementById("picture").setAttribute("src","../all/" + MyPicture);
	newWindow.document.open();
	newWindow.focus();
	newWindow.document.write("<html><head><title>Agenda</title></head><body bgcolor='black' marginwidth='0' margintop='0' leftmargin='0' topmargin='0' link='#6495ed' alink='#a9a9a9' vlink='#6495ed'><img src='../all/" + MyPicture + "' width='450' height='450'><div style='text-align:center'><a href='Javascript:close();'>Close this window</a></div></body></html>");
	newWindow.document.close();
}

function openNewWindow6(MyPicture)
{
	var newWindow;
	newWindow = open("","picture6","width=450,height=480,top=0,left=0,scrollbars=no,toolbar=no,menubar=no,statusbar=no,resizable=no");
	
	//newWindow.document.getElementById("picture").setAttribute("src","../all/" + MyPicture);
	newWindow.document.open();
	newWindow.focus();
	newWindow.document.write("<html><head><title>Agenda</title></head><body bgcolor='black' marginwidth='0' margintop='0' leftmargin='0' topmargin='0' link='#6495ed' alink='#a9a9a9' vlink='#6495ed'><img src='all/" + MyPicture + "' width='450' height='450'><div style='text-align:center'><a href='Javascript:close();'>Close this window</a></div></body></html>");
	newWindow.document.close();
}