
/* »õÃ¢ ½ºÅ©¸³Æ® */
function viewFoto(img,x,y){ 
//x °¡·Î»çÀÌÁî 
//y ¼¼·Î»çÀÌÁî
stringa="width="+ x +",height="+ y; 
finestra=window.open(img,"",stringa); 
} 
