function launch(PID,Markers,speed,CloseWindow){
	if(navigator.appName=="Netscape"){
		window.open("/executive_center/pivotaltv/Player/Netscape/frameset.asp?PID="+PID+"&SPD="+speed,"PivotalTV","height=345,width=640,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0");
	}else{
		var width;
		if(Markers>0){
			width=800;
		}else{
			width=480;
		}
		if(CloseWindow != "FALSE") {
		   	window.close(this);	
		}
		window.open('/executive_center/pivotaltv/Player/IE/frameset.asp?PID='+PID+'&SPD='+speed,'PivotalTV','height=300,width='+width+',channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0');
	}
}