function popupPlayer(){
	document.open('/index/goom','','width=320, height=300, resizable=no, location=no, menubar=no, status=no, scrollbars=no, titlebar=no, status=no, directories=no');
	var playerIframe = '<div width="200" height="200" style=""></div>';

	document.getElementById('player').innerHTML = playerIframe;
	document.getElementById('popup').style.visibility = 'hidden';
}
