function enlarge_picture(thislink) {
    var bigpicwin = window.open(thislink.href, 'enlarge_picture', 'width=520,height=540,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1');
	bigpicwin.focus();
	return false;
}