	function help(what) {
		if (what=="backorder") {
			var msg="This product is temporarily Out of Stock and Back Ordered.\n\n";
			msg=msg+"Please contact us by e-mail at 'Sales@GLVeneer.com' for Expected Arrival Date, or\n";
			msg=msg+"click on 'Submit a Request' (top right of every page) and we'll contact you as soon\n";
			msg=msg+"as we have availability information.\n\n";
			msg=msg+"Our apologies for any inconvenience ...\n\n";
		}
		alert(msg);
		return;
	}

