function ShowImage(img,height,width)
{
	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");
}
