function newWindow (file,window,wi,he) {
    msgWindow = open(file,window,'resizable=yes,scrollbars=yes,width='+wi+',height='+he);
    //if (msgWindow.opener == null) msgWindow.opener = self;
}

function confDel(id,dest) {
	if (confirm('Press ok to confirm the participant\'s deletion.'))
		document.location=dest +'?id='+ id +'&az=canc';
}

function PopIt(label, w, h){  
	var s1 = "<html><body topmargin='0' leftmargin='0'><center><img src='images/"+ label +"'></center></body></html>"
	popup = window.open("","popDialog","height="+h+",width="+w)  
	popup.document.write(s1)
	popup.document.close()
}
