//
// Navigation from flash back or forward buttons
//
function b14CmsHistoryGo(offset) {
//	alert("her " + offset);
	history.go(-1);	
}