function f_LoadFrame(a_Frame, a_Path)
{  
  parent.frames[a_Frame].location.href = a_Path;  
}