function showPopupPlayer(mylink,w,h){if((w<=0)||(w==null))w=748;if((h<=0)||(h==null))h=430;var x=(screen.availWidth/2)-(w/2);var y=(screen.availHeight/2)-(h/2);if(!window.focus)return true;var href;if(typeof(mylink)=='string')href=mylink;else
	href=mylink.href;winref=window.open(href,"_player",'width='+w+',height='+h+',location=no,status=no,menubar=no,scrollbars=no,left='+x+',top='+y);return false;}