function openFullImageWindow(imgUrl, width, height)
{
	window.open(imgUrl, "ImageWindow", "location=0,menubar=0,status=0,scrollbars=0,width=" + width + ",height=" + height)
}