function popitup(url) {
	newwindow=window.open(url,'player','height=500,width=420,scrollbars=yes,resizable=no');
	if (window.focus) {newwindow.focus()}
;
}