<!--
/*******************************************************
     Company: Splash Interactive - www.splashinteractive.com.au
     Author: Shannon Hawksworth - Lead Designer
     Email: info@splashinteractive.com.au
     Copyrights: May apply
********************************************************/
// -->
function pop_image(image, x, y) {
  var win=null;
  xPos=(screen.width)?(screen.width-x)/2:100;
  yPos=(screen.height)?(screen.height-y)/2:100;
  win=window.open(image,'photo','width='+x+', height='+y+', left='+xPos+', top='+yPos+', location=no,scrollbars=no,directories=no,status=yes,menubar=no,resizable=yes');
}