function openLargerImage(name, height, width)
{
	var sHeight=",height="+(height+40);
	var sWidth=",width="+(width+40);
	var window1 = window.open(name,'messageWindow1','scrollbars=yes,'+sHeight+sWidth);
}
