function changeto(highlightcolor){source=event.srcElement if (source.tagName=="TR"||source.tagName=="TABLE")return while(source.tagName!="TD")source=source.parentElement if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")source.style.backgroundColor=highlightcolor}function changeback(originalcolor){if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")return if (event.toElement!=source)source.style.backgroundColor=originalcolor}
startList = function(){ if(!document.body.currentStyle) return; var subs = document.getElementsByName('subitem'); for(var i=0; i<subs.length; i++) { var li = subs[i].parentNode; if(li && li.lastChild.style){li.onmouseover = function(){ this.lastChild.style.visibility = 'visible';}li.onmouseout = function(){this.lastChild.style.visibility = 'hidden';}}}}window.onload=startList;
function newWindow(mypage,myname,w,h,features) {  if(screen.width){  var winl = (screen.width-w)/2;  var wint = (screen.height-h)/2;  }else{winl = 0;wint =0;}  if (winl < 0) winl = 0;  if (wint < 0) wint = 0;  var settings = 'height=' + h + ',';  settings += 'width=' + w + ',';  settings += 'top=' + wint + ',';  settings += 'left=' + winl + ',';  settings += features;  win = window.open(mypage,myname,settings);  win.window.focus();}
function Favorite(){if(document.all){ window.external.AddFavorite(window.document.location,window.document.title);}}
