function openImage(strURL){
	window.open(strURL,'largeimage','width=910,height=610,scrollbars=auto,toolbar=no,location=no');
}
