function document_onLoad() {
if (String(typeof(Section1))!="undefined") centerPage("800")
if (String(typeof(eval("document.LyrSection1")))!="undefined") centerPage("800")
 }
function document_onMouseDown() {
if (event.button==2) {
    alert("Sorry that option is disabled");
}
 }


