preload('storiesNorm','gfx/chron/chr_stories_n.jpg')
preload('storiesOver','gfx/chron/chr_stories_o.jpg')
preload('archiveNorm','gfx/chron/chr_archive_n.jpg')
preload('archiveOver','gfx/chron/chr_archive_o.jpg')
preload('charNorm','gfx/chron/chr_char_n.jpg')
preload('charOver','gfx/chron/chr_char_o.jpg')
preload('forumNorm','gfx/chron/chr_forum_n.jpg')
preload('forumOver','gfx/chron/chr_forum_o.jpg')
preload('bkgndNorm','gfx/chron/chr_bkgnd_n.jpg')
preload('bkgndOver','gfx/chron/chr_bkgnd_o.jpg')
function init()
	{
		DynLayerInit()
	}
function chronrollover(normlabel, overlabel, hint)
	{
		normlabel.hide()
		overlabel.show()
		hint.show()
	}
function chronrollout(overlabel, normlabel, hint)
	{
		normlabel.show()
		overlabel.hide()
		hint.hide()
	}

