function initPlayer() {
	window.open ("player.html","playerwindow","status=0,location=0,width=420,height=180"); 
	
}

initPlayer();
