<!--
function openWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function loadFrames(topf,leftf,mainf) { 
	top.contentframe.topframe.location.href = topf;
	top.contentframe.leftframe.location.href = leftf;
	top.contentframe.bodyframe.location.href = mainf;
}
//-->