<!--
function openLargeImageLand(imageId)
{
  popupWin=window.open("", "largeImage", "width=640,height=488,status=no,resizable=no,scrollbars=no,copyhistory=no");
  popupWin.document.writeln('<html>');
  popupWin.document.writeln('<head>');
  popupWin.document.writeln('<title>Colour and Detail</title>');
  popupWin.document.writeln('</head>');
  popupWin.document.writeln('<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
  popupWin.document.writeln('<IMG SRC="../gallery/'+imageId+'" width="640" height="488">');
  popupWin.document.writeln('</body>');
  popupWin.document.writeln('</html>');
}

function openLargeImagePort(imageId)
{
  popupWin=window.open("", "largeImage", "width=488,height=640,status=no,resizable=no,scrollbars=no,copyhistory=no");
  popupWin.document.writeln('<html>');
  popupWin.document.writeln('<head>');
  popupWin.document.writeln('<title>Colour and Detail</title>');
  popupWin.document.writeln('</head>');
  popupWin.document.writeln('<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
  popupWin.document.writeln('<IMG SRC="../gallery/'+imageId+'" width="488" height="640">');
  popupWin.document.writeln('</body>');
  popupWin.document.writeln('</html>');
}

function openLargeImageTeam(imageId)
{
  popupWin=window.open("", "largeImage", "width=508,height=313,status=no,resizable=no,scrollbars=no,copyhistory=no");
  popupWin.document.writeln('<html>');
  popupWin.document.writeln('<head>');
  popupWin.document.writeln('<title>Colour and Detail</title>');
  popupWin.document.writeln('</head>');
  popupWin.document.writeln('<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
  popupWin.document.writeln('<IMG SRC="../gallery/'+imageId+'" width="508" height="313">');
  popupWin.document.writeln('</body>');
  popupWin.document.writeln('</html>');
}

function openLargeImageFeature(imageId)
{
  popupWin=window.open("", "largeImage", "width=400,height=596,status=no,resizable=no,scrollbars=no,copyhistory=no");
  popupWin.document.writeln('<html>');
  popupWin.document.writeln('<head>');
  popupWin.document.writeln('<title>Colour and Detail</title>');
  popupWin.document.writeln('</head>');
  popupWin.document.writeln('<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
  popupWin.document.writeln('<IMG SRC="../gallery/'+imageId+'" width="400" height="596">');
  popupWin.document.writeln('</body>');
  popupWin.document.writeln('</html>');
}

function openLargeImageFeature400X300(imageId)
{
  popupWin=window.open("", "largeImage", "width=400,height=300,status=no,resizable=no,scrollbars=no,copyhistory=no");
  popupWin.document.writeln('<html>');
  popupWin.document.writeln('<head>');
  popupWin.document.writeln('<title>Colour and Detail Click X to close </title>');
  popupWin.document.writeln('<link rel="stylesheet" href="../stylesheet/uhcr.css">');
  popupWin.document.writeln('</head>');
  popupWin.document.writeln('<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
  popupWin.document.writeln('<IMG SRC="../gallery/'+imageId+'" width="400" height="300">');
  popupWin.document.writeln('</body>');
  popupWin.document.writeln('</html>');
}
function openLargeImageFeature800X600(imageId)
{
  popupWin=window.open("", "largeImage", "width=800,height=600,status=no,resizable=no,scrollbars=no,copyhistory=no");
  popupWin.document.writeln('<html>');
  popupWin.document.writeln('<head>');
  popupWin.document.writeln('<title>Colour and Detail Click X to close </title>');
  popupWin.document.writeln('<link rel="stylesheet" href="../stylesheet/uhcr.css">');
  popupWin.document.writeln('</head>');
  popupWin.document.writeln('<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
  popupWin.document.writeln('<IMG SRC="../gallery/'+imageId+'" width="800" height="600">');
  popupWin.document.writeln('</body>');
  popupWin.document.writeln('</html>');
}
function openLargeImageFeature800X400(imageId)
{
  popupWin=window.open("", "largeImage", "width=800,height=400,status=no,resizable=no,scrollbars=no,copyhistory=no");
  popupWin.document.writeln('<html>');
  popupWin.document.writeln('<head>');
  popupWin.document.writeln('<title>Colour and Detail Click X to close </title>');
  popupWin.document.writeln('<link rel="stylesheet" href="../stylesheet/uhcr.css">');
  popupWin.document.writeln('</head>');
  popupWin.document.writeln('<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
  popupWin.document.writeln('<IMG SRC="../gallery/'+imageId+'" width="800" height="400">');
  popupWin.document.writeln('</body>');
  popupWin.document.writeln('</html>');
}
function openLargeImageLetter(imageId)
{
  popupWin=window.open("", "largeImage", "width=600,height=600,status=no,resizable=no,scrollbars=yes,copyhistory=no");
  popupWin.document.writeln('<html>');
  popupWin.document.writeln('<head>');
  popupWin.document.writeln('<title>Letters of Congratulation  ===  Click X to close </title>');
  popupWin.document.writeln('</head>');
  popupWin.document.writeln('<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
  popupWin.document.writeln('<IMG SRC="../docs/'+imageId+'" width="600" height="832">');
  popupWin.document.writeln('</body>');
  popupWin.document.writeln('</html>');
}
//-->
