function openGalleryPicture(strURL){
	window.open(strURL,"","height=610, width=630, scrollbars=no");
}
