// Class override file for metrony_album.js
// Used for Urban Schools Slideshow album
// Author rjw 10/18/2001
// altered by CBJ for use on the Oldnyc photo gallery 10/25/01
// altered again by CBJ for use on The NYC Week in Photos Feature 10/30/01
// updated by CBJ for use in NY Landmarks/MetroTV Feature 10/30/01

function fnylandmarksWriteNextButton(bIncludeTextLink){
	document.writeln('<a href="javascript:fAlbumGoNext()">'+((bIncludeTextLink)?'<strong>Next</strong><br>':''));
	document.writeln('<img alt="'+gAlbumNextAlt+'" src="/images/buttons/rightarrow.gif" width="21" height="23" valign="top" border="0"></a>');
}

function fnylandmarksWritePrevButton(bIncludeTextLink){
		document.writeln('<a href="javascript:fAlbumGoPrevious()">'+((bIncludeTextLink)?'<strong>Previous</strong><br>':''));
		document.writeln('<img alt="'+gAlbumPreviousAlt+'" src="/images/buttons/leftarrow.gif" width="21" height="24" valign="top" border="0"></a>');
}

// Override class prototypes with custom functions
fo_WriteNext=fnylandmarksWriteNextButton;
fo_WritePrevious=fnylandmarksWritePrevButton;

var gAlbumNextAlt='Next';
