function displayFlash(url, width, height) {
	var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',left=10,top=10,resizable=no,scrollbars=yes,menubar=no,status=no');
}


function getCallout() {
	if (is_Flash) {
		document.writeln('<div id="rightCallout">');
		document.writeln('<p class="header"><img src="/img/nav/learnmore.gif" width="74" height="10" border="0" alt="Learn More" /></p>');
		document.writeln('<p class="bottom"><a href="javascript:displayFlash(\'timeline/index.html\',820,600);"><b>View</b> our Historical Timeline</a></p>');
		document.writeln('</div>');
	}	
}


function getFlash() {
	document.writeln('<object title="timeline" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="800" height="600">');
	document.writeln('<param name="movie" value="bnym_timeline_gray.swf">');
	document.writeln('<param name="quality" value="high">');
	document.writeln('<param name="bgcolor" value="#606a74">');
	document.writeln('<embed title="timeline" src="bnym_timeline_gray.swf" quality="high" bgcolor="#606a74" width="800" height="600" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.writeln('<noembed><img src="" alt="" /></noembed>');
	document.writeln('</embed>');
	document.writeln('</object>');
}