var CMD="";
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
function WriteDiv_s(){
document.write("<div style='top : -100px;left : 0px; position : absolute'>");
}
function WriteDiv_e(){
document.write("</div>");
}
function MOver(obj) {
	var str=obj.src;
	str=str.substring(0,str.length-5);
	obj.src=str + "2.gif";
}
function MOut(obj) {
	var str=obj.src;
	str=str.substring(0,str.length-5);
	obj.src=str + "1.gif";
}
