function openwin(link,wid,hth) {
msg=window.open(link,"","top=20,left=100,width="+wid+",height="+hth+",scrollbars,menubar,resizable,toolbar");
}

function openwinx(link,wid,hth) {
msg=window.open(link,"","top=20,left=100,width="+wid+",height="+hth+",scrollbars,resizable");
}

function mmLoadMenus(baseurl) {

}