// 	Calls two pages at the same time

		function loadMainAndNav(main,nav) {
			parent.main.location.href = main;
			parent.nav.location.href = nav;
		}

// 	Sets permanent window status

		function GoodmanStatus() {
   		window.defaultStatus = "Goodman Components Corporation";
   		window.status = "" ;
		}
