var theWindow=new Array
var theWindowID=0
function thePic(theURL,theWidth,theHeight,theTitle) {
	theWindow[theWindowID] = window.open('','thePic'+theWindowID,'width='+theWidth+',height='+theHeight)
	theWindow[theWindowID].document.open()
	theWindow[theWindowID].document.writeln('<html><head><title>WOOST - '+theTitle+'</title></head><body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><img src="'+theURL+'" width='+theWidth+' height='+theHeight+' alt="'+theTitle+'"></body></html>')
	theWindow[theWindowID].document.close()
	theWindow[theWindowID].focus()
	theWindowID++
}
function thePic2(theURL,theWidth,theHeight,theTitle) {
	theWindow[theWindowID] = window.open(theURL,'the2Pic'+theWindowID,'width='+theWidth+',height='+theHeight)
	theWindow[theWindowID].focus()
	theWindowID++
}

function mlWin() {
	var mlWin=window.open('nieuwsbrief.php','mlWin','dependent=yes,width=300,height=150,status=no,menubar=no,resizable=0,scrollbars=no')
}

function infoWin(theID) {
	var infoWin=window.open('/modules/concertinfo.php?ID='+theID,'infoWin','dependent=yes,width=550,height=350,status=no,menubar=no,resizable=0,scrollbars=yes')
}

