
<!--//
function showPage(){
	newWin = window.open("", "new", "width=500, height=400, scrollbars=yes");
	newWin.location = "it_check.asp";
}
//-->
