document.write('<link rel="shortcut icon" href="/cms/sites/ggc/favicon.ico">')
document.write('<script type="text/javascript" src="/lightbox.js"></script>');
document.write('<link rel="stylesheet" type="text/css" href="/lightbox.css">');

function newWindow(pic,thetitle,width,height) {
  picWindow = window.open("", thetitle, 'toolbar=no,location=no,scrollbars=auto,noresize,width='+width+',height='+height);
  with (picWindow.document) {
    write('<html><head><title>');
    write(thetitle);
    write('</title></head><body bgcolor="black" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><img src="');
    write(pic);
    write('"></body></html>');
    close();
  }
}


