var mac=navigator.userAgent.indexOf('Mac')!=-1;function changeFontFamily(newVal){$("#songLyricsDiv").css("font-family",newVal);}
function changeFontSize(newVal){$("#songLyricsDiv").css("font-size",newVal+'px');}
function changeFontAlignment(newVal){$("#songLyricsDiv").css("text-align",newVal);}
function cancelClick(e){var forbiddenKeys=new Array("a","u","x","j");if(document.all){if(event.ctrlKey){var key=window.event.keyCode;for(i=0;i<forbiddenKeys.length;i++)
{if(forbiddenKeys[i].toLowerCase()==String.fromCharCode(key).toLowerCase())
{return false;}}}else if(event.button==2||event.button==3){return(false);}else if(mac&&(event.ctrlKey||event.keyCode==91)){return(false);}}else{if(e.ctrlKey){var key=e.keyCode;if(mac){var key=e.modifiers;}
for(i=0;i<forbiddenKeys.length;i++)
{if(forbiddenKeys[i].toLowerCase()==String.fromCharCode(key).toLowerCase())
{return false;}}}else if(e.which==3||(mac&&(e.modifiers==2||e.ctrlKey))){return false;}else if(e.which==1){window.captureEvents(Event.MOUSEMOVE);window.onmousemove=function(){return false;};}else if(mac&&e.metaKey){return false;}}}
function disableSelection(target){if(typeof target.onselectstart!="undefined"){target.onselectstart=function(){return false;}}else if(typeof target.style.MozUserSelect!="undefined"){target.style.MozUserSelect="none";}else{target.onmousedown=function(){return false;}}
target.style.cursor="default";}
if(document.layers){window.captureEvents(Event.MOUSEDOWN);}
var somediv=document.getElementById("songLyricsDiv");disableSelection(somediv);changeFontFamily();changeFontSize();changeFontAlignment();try{$('#songLyricsDiv').css("position","relative").css("left","0px");$('#songLyricsSmallDiv').hide();}catch(e){}
