function pop( url )
{
    newWin = window.open(url, '', 'height=500,width=400,scrollbars,resizable' );

}