function popup(url) 
{
    window.open(url,'','width=780, height=600');
}