// eMuse.pl

function newWindow(url, title, width, height) {
	var newWindow = window.open(url, title, 'menubar=no, top=1, toolbar=no, location=no, scrollbars=yes, resizable=no, status=no, width=' + width + ', height=' + height);
	newWindow.focus() 
}

document.write('<script type="text/javascript" src="includes/scripts/mp3/swfobject.js"></script>');
