var win;

function openPlayer(){
		win = window.open("http://www.ericcabalo.com/content/player.htm","Player",'width=300,height=300,top=100,screenY=100,left=400,screenX=400');
}