function IGpop(ID, w, h) {
	var s = "no";
	//h += 100;
	if(w > 750) { s = "yes"; w = 750; w += 17; }
	if(h > 500) { s = "yes"; h = 500; w += 17; }
	if(w == 0) { w = 400; }
	if(h == 0) { h = 400; }
	p = window.open("/tools/IG.php?ID=" + ID, "ImageGallery", "width=" + w + ",height=" + h + ",left=175,top=175,resizable=yes,scrollbars=" + s);
	p.focus();
} // <end> IGpop()