function launchPlayer(url)
{
	newwindow=window.open(url,'name','height=243,width=752');
	if (window.focus) {newwindow.focus()}
	return false;
}