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