// JavaScript Document

function ImagePop(sPicURL, iWidth, iHeight) {

	alert('Image zoom is not yet implemented.');
	//if (iWidth=="") {var iWidth = 1024};
	//if (iWidth=="") {var iWidth = 768};
	//window.open( "/engineroom/image_pop.htm?"+sPicURL,"","resizable=1, toolbar=0,scrollbars=0, location=0, statusbar=0, menubar=0, resizable=0, height=" + iWidth + ", height=" + iHeight);
}