<!--
// This script opens the wb window
function wb(part, letter){
	if (part == '1')
		{url = 'wben.htm'}
	else {
		if (part == '2'){
		url = 'wben2.htm'}
	     }
	loc = url + '#' + letter + '?tqskip=1'
	window.open(loc,'wb','toolbar=no,scrollbars=yes,resizable=yes,width=425,height=450')}

// -->