function buttonInfo(which) {
	if ( which == 7 ) {
		return confirm("You will be leaving this website and going to a forum board, OK?");
	}

	if ( which == 8 ) {
		return confirm("You will be leaving this website and going to a shopping cart store, OK?");
	}

	return true;
}

