// opens new window centered for flash player download.
var win = null;
		function playerWindow(mypage,player,w,h,scroll){
		LeftPosition = (1100); // 16
		TopPosition = (568); // 135
		settings =
		'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+''
		win = window.open(mypage,player,settings)
		win.blur(player)
		}

playerWindow(href='musicplayer/index.php','player','299','300','no');