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();
}
