function popsetup(urlvar)
{
    window.open(urlvar, "popupwin", 'no-resizable,scrollbars,height=580,width=760')
}


