function MM_openBrWindow(theURL,winName,features){ 
	hw = window.open(theURL,winName,features);
	if (hw != null) {
		if (hw.opener == null) hw.opener = self;
	}
	if (hw.focus) hw.focus();
}

function MM_openLyrics(theURL){
	theURL = "lyrics/" + theURL; 
	MM_openBrWindow(theURL, 'lyrics', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,width=268,height=300,left=0,top=0,screenX=0,screenY=0');
}	
