function jumpToFrame(urlStr,frameName)
{
  parent.frames[frameName].location.href = urlStr;
}
