// JavaScript Document
function contatti(str){
         window.open(str,"contatti","width=350,height=200,resizable=no,scrollbars=no,top=100,left=100");
}
function foto_korea(str){
         window.open(str,"foto_korea","width=600,height=450,resizable=yes,scrollbars=no,top=0,left=0");
}
function foto(str){
         window.open(str,"foto_korea","width=600,height=450,resizable=yes,scrollbars=no,top=0,left=0");
}
