function loadWindow() {
	var winl = (screen.width - 350) / 2;
	var wint = (screen.height - 500) / 2;
	window.open('conference2002.htm','tradeshows','toolbar=no,location=no,top='+wint+',left='+winl+',scrollbars=no,width=370,height=250');
}