function Zoom( image, title, width, height, lang)
{
var page = "/zoom.php?img=" + image + "&lang=" + lang;
open(page,title,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width='+width+',height='+height+',left=0,top=0');
}

