function eBookPopup(width,height) {		
	if (!width) width=800;
	if (!height) height=600;
	browserWidth=width+0;
	browserHeight=height+0;
	window.open('/easyconsole.cfm?page=ebook&width='+width+'&height='+height, "videoPlayer","status=no,location=no,reload=no,resizable=yes,scrollbars=no,width="+browserWidth+",height="+browserHeight);
}
