function popup(u,w,h,name)
{
        var exwin;

        window.name=name;

        exwin=open(u,"itemWindow1",
        "width="+w+",height="+h+",status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=1");

        exwin.focus();
}

