var constPath = ""

function showChoy(id) {
  imageWnd = window.open(constPath+""+id,"imageWnd","toolbar=no,width=500,height=300,resizable=no,scrollbars=yes");
  imageWnd.moveTo((screen.width/2)-(620/2),(screen.height/2)-(470/2));
  imageWnd.focus();
}

function cetakChoy(id) {
  imageWnd = window.open(constPath+""+id,"imageWnd","toolbar=yes,menubar=yes,width=700,height=800,resizable=no,scrollbars=yes");
  imageWnd.moveTo((screen.width/2)-(620/2),(screen.height/2)-(470/2));
  imageWnd.focus();
}

function BukaGedeChoy(id) {
  imageWnd = window.open(constPath+""+id,"imageWnd","toolbar=no,menubar=yes,width=800,height=600,resizable=no,scrollbars=yes");
  imageWnd.moveTo((screen.width/2)-(620/2),(screen.height/2)-(470/2));
  imageWnd.focus();
}

function showGaleryChoy(id) {
  imageWnd = window.open(constPath+""+id,"imageWnd","toolbar=no,width=500,height=350,resizable=no,scrollbars=yes");
  imageWnd.moveTo((screen.width/2)-(620/2),(screen.height/2)-(470/2));
  imageWnd.focus();
}
