function GUI() {

this.popWhatIsBrand = function() {
	var winWIB = window.open('/docs/popup/whatisbrand.cfm', 'winWIB', 'width=400,height=400,status=yes,resizable=yes,scrollbars=yes');
	winWIB.focus();
}

}