function OpenDynWindow(wdth,hght,img)
    {
        dynwindow = window.open('img-custom-made-furniture.php?img='+img+'', 'anew',  config='height='+hght+',width='+wdth+',toolbar=no,menubar=no,scrollbars=no,resizable=yes,location=center,directories=no,status=no,titlebar=no');
        dynwindow.top.resizeTo(wdth,hght);        
        self.dynwindow.focus();
    }

function OpenDynWindow2(file)
    {
        dynwindow = window.open(file, 'anew', config='height=770,width=860,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=center,directories=no,status=no,titlebar=no');
        dynwindow.top.resizeTo(wdth,hght);        
        self.dynwindow.focus();
    }

