function mmouseover(MID,AMID,BGC,BFC) {
		document.getElementById(MID).style.backgroundColor=BGC;
		document.getElementById(AMID).style.color=BFC;
}
function mmouseout(MIDB,AMID,BGCB,BFCB) {
		document.getElementById(MIDB).style.backgroundColor=BGCB;
		document.getElementById(AMID).style.color=BFCB;
}
function golink(LINK) {
document.location.href = LINK;
}
function golinkNW(LINK) {
window.open(LINK, '_blank')
}
function gtechBookmark(url,title){
     if (window.sidebar){window.sidebar.addPanel(title, url,""); }else if( window.opera && window.print ) {
      var mbm = document.createElement('a');
      mbm.setAttribute('rel','sidebar');
      mbm.setAttribute('href',url);
      mbm.setAttribute('title',title);
      mbm.click();
    }else if( document.all ){ window.external.AddFavorite( url, title); }
}
