var truc = false;
function pop() {
if(!truc || truc.closed)
truc = window.open('/templates/tmcafe_img/flash/micro_player.html', '', 'height=20,width=450,resizable=no,menubar=no,status=no');
}
onload = function() {setTimeout('pop()',400);};
