// JavaScript Document


<!--
function playerPop(url, w, h){
	window.open(url, 'remote','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,width=' + w + ',height=' + h + ',resizable=0'); 
return false;
}
//-->
