<!--
function reframepop (smenue, scontent) {

  var reframe =  new String();

  if (top == self) {
    {

	reframe = smenue + ".htm" + "?" + scontent;
	location.href = reframe;
    }
  }
}

// -->