<!--

function Openme(newin,wwidth, wheight, wtop, wleft, scrollbars) {
options="resizable=yes,scrollbars="+scrollbars+",width="+wwidth+",height="+wheight+",top="+wtop+",left="+wleft
        flyout=window.open(newin,"flyout",options)
}

function changehtml(objName,whichcontent){
if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById(objName):document.all.descriptions
cross_el.innerHTML=whichcontent}
}

//-->
