the nggShowAlbum is a function in in the nextgen plugin. The available parameters to pass (from the nggfunctions.php file):
nggShowAlbum($albumID, $template = ‘extend’, $gallery_template = ”)
so try this in your code:
nggShowAlbum( $nextgen_gallery_id[‘ngg_id’] , ‘dop-thumbnail-gallery’);