function ShowImage(img,height,width)
{
	height = height + 40;
	width = width + 35;
	window.open(img, "newin","directories=0,height="+height+",width="+width+",left=200,top=200,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0");
}

