function showImage(img) {
	/*if (typeof imgWin != 'undefined' && imgWin.location) {
		imgWin.location.href = '../showimage.html?img=' + img;
	} else {*/
		imgWin = window.open('/showimage.php?img=' + img, 'imgWin', 'height=500px,width=520px,resizable');
	/*}*/
}
