function clik(b) {
	window.open("wmp"+b+".php","_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, 	scrollbars=no, resizable=no, copyhistory=no, width=200, height=100");
}

function over(b) {
	window.status='http://pirata.biz/mga'+b+'.asx';
	document.getElementById(b).style.color="white";
}
function out(b) {
	window.status='';
	document.getElementById(b).style.color="#FFD700";
}
