function popup(url) 
{
    window.open(url,'','top=0,width=50,height=50');
}

