

function popup(url){
                 window.open(url,'id', 'top=100, left=100, width=660, height=495, resizable=yes, toolbar=no, scrollbars=yes, status=no');
}

