// JavaScript Document
function openWindow(lang,img,width,height) 
{
    popupWin = window.open("../image/popup.php?lang="+lang+"&img="+img,"Name","top=50,left=50,resizable=no,width="+width+",height="+height+",scrollbars=no,menubar=no")
}