
<!--
function openWebGFX( imageURL, width, height ){optionString = "scrollbars=yes,status=no,menubar=no,resizable=yes,location=no,toolbar=no,width=" + width + ",height=" + height;imageWindow = this.window.open(imageURL,'imgwindow',optionString );}
//-->
