function openSB ($content, $player, $title, $width, $height){
	
	Shadowbox.open({
		player:     $player,
		title:      $title,
		content:    $content,
		height:     $height,
		width:      $width
	});
	
}