function openwin(url)
{
    window.open("items/img/"+url,'name','height=470,width=620,toolbar=no,menubar=no,resizable=yes');
}

