DynAPI.onLoad = function() {
	myLayer = new DynLayer()
	myLayer.setSize(590,75)
	myLayer.setBgColor('')
	myLayer.moveTo(170,425)
	this.document.addChild(myLayer)
// agregado por rober
// instrucciones para download al cargar página
	myLayer.setHTML('Roll over the thumbnails for a quick preview and a description of the photo.  To download: click on the thumbnail  to launch a new window with the photo.  When the download completes, right-click on the photo and choose <b>Save image as...</b>');	
}