function imageup(id, w, h)
{
	window.open("image.php?id="+id, "helpWindow", "height="+ h +", width="+ w +", resizable=0, scrollbars=0");
}