function open_ap(url) {
	window.open(url,'mediaplayer','width=344,height=392,scrollbars=0,resizable=1').focus();
}

function open_vp(url) {
	window.open(url,'mediaplayer','width=344,height=392,scrollbars=0,resizable=1').focus();
}

function playclip(id,ad,type,obj) {
	window.open("http://www.cbc.ca/video/news/player.html?clipid=" + id + "&proll=" + ad + "&type=" + type, "videoclip",'width=382,height=340,scrollbars=0,resizable=0').focus();
}