//-----------------------------------------------------------------------------------------------
// togglePic
function togglePic(name, pic) {
   document.images[name].src = pic;
}

//-----------------------------------------------------------------------------------------------
// startPicShow
function startImgShow(name) {
	window.open("php/imgShow.php?show="+name,"imgShow","width=500,height=570,left=100,top=100,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no");
}