function openPopup(num)
{
  var newWindow = window.open("", "", "dependent=yes,toolbar=no,menubar=no,status=no,location=no,scrollbars=no,width=800,height=600");
  newWindow.document.write("<html><head><title>Opus Project Gallery Large Image</title></head>");
  newWindow.document.write("<body style='margin: 0px 0px 0px 0px;'>");
  newWindow.document.write("<div align='center'>");
  newWindow.document.write("<img align='center' border='0' valign='middle' src='img/gallery_images/"+num+".jpg'>");
  newWindow.document.write("</div>");
  newWindow.document.write("</body></html>");
}

function articlePopup() {
    window.open("HIAnews.html","HIA News","menubar=no,width=600,height=400,toolbar=no");
}