function openPlayer(url) { 	newwindow=window.open(url,'Mediaplayer - SOS 2008','height=440,width=335,resizable=no');	if (window.focus) {newwindow.focus()}	return false;}