<!--
var buff = '';
var chk = '103111112101112101103111';

function aza(obj) {
	v=this.event.keyCode;
	buff=buff+v;
	if (buff == chk) {
		newWin=window.open("thks2.htm","sch","toolbar=0, menubar=0, scrollbars=0, resizable=1, height=350, width=450, left=180, top=50");
		buff='';
	}
	if (buff.length > chk.length) {buff=''};
}

-->
