function SGlgImage(name){
	pop = window.open("/pix/imagebar/large/"+name, "lgimage", "height=500,width=660,scrollbars=no");
	pop.focus();
}