function showImage(language_id, gallery_id, image_id){
  newWindow = window.open("images.php?lang=" + language_id + "&g_id=" + gallery_id + "&i_id=" + image_id, "Images",  "SCROLLBARS=YES, RESIZABLE=YES, WIDTH=640, HEIGHT=310");
  newWindow.focus();
}

function voscilo(){
  newWindow = window.open("greeting.html", "HappyNewYear",  "SCROLLBARS=NO, RESIZABLE=YES, WIDTH=750, HEIGHT=500");
  newWindow.focus();
}
function greeting(){
  newWindow = window.open("greeting_eng.html", "HappyNewYear",  "SCROLLBARS=NO, RESIZABLE=YES, WIDTH=750, HEIGHT=500");
  newWindow.focus();
}
