... cambiando

function LmUp(path)
{location.href = path;}

in

function LmUp(path)
{window.open(path,'','width=500,height=500');}

Ciao !