function showBigImage (obj) {
	window.open(obj.href,"pic","width=725,height=525,top=1,left=90,scrollbars=auto");
	return false;
}
