function showList (){
	document.getElementById("music_mp3player")
	.style.height="200px";
}

function hideList(){
	document.getElementById("music_mp3player")
	.style.height="45px";	
}

/*
function showPopupPlayer1 ("http://www.javascript-coder.com", "mywindow","location=1,status=1,scrollbars=1, width=200,height=200");
*/ 


function openPopUpWindow() {
	var load = window.open('http://www.indio.com.mx/swf/musicplayer/mp3player.html','','scrollbars=no,menubar=no,height=300,width=250,resizable=no,toolbar=no,location=no,status=no');
}

function thisMovieRoot(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
        return window[movieName];
    } else {
        return document[movieName];
    }
}

function stopPlayerHeader() {
	 //alert("beta");
    thisMovieRoot("player_mp3_small").stopPlayerHeader();
} 
