

function ShowImage(strImageName)
	{
		var strPath = "image.php?strImageName=" + strImageName;
		
		window.open(strPath, 'test', 'width=300,height=300,toolbar=0,directories=0,menubar=0,scrollbars=0,status=0,resizable=1,left=0,top=0');
	}

