

function popUp(URL, w, h) {

window.open(URL, 'rZr', "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+w+",height="+h+",left=100,top=150");

}

function SelectFile( fileUrl )
{
        // window.opener.SetUrl( url, width, height, alt);
        window.opener.SetUrl( fileUrl ) ;
        window.close() ;
}


