function openPic(whichpic) {
	// <a href="" onclick="return openPic(this);">
	
	var source = whichpic.getAttribute("href");

	WindowObjectReference = window.open("imagewindow.html?"+source,"","height=318,width=426,menubar=no,location=no,resizable=yes,scrollbars=no,status=no");

	return false;
	}

	
