function showConn() {
	var connwin=window.open("itfx_connection.php","connwin","width=485,height=440,scrollbars=1");
	connwin.focus();
}

function showColl() {
	var collwin=window.open("itfx_collection.php","collwin","width=385,height=440");
	collwin.focus();
}
