// JavaScript Document
	function GoToOnlineCatalog() {
		var url='online_catalog.asp';
		window.location=url;
	}