// JavaScript Document


<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load(image) {
var load = window.open('imageview.php?image=' + image + '','NDC_Image_Viewer','scrollbars=no,menubar=no,height=640,width=800,resizable=no,toolbar=no,location=no,status=no');
}
// -->

