// JavaScript Document
function openIT(theURL) {
	
	window.open(theURL,'myWin','height=240,width=466,status=no,scrollbars=yes,toolbar=no,menubar=no,location=no,top=105,left=200');
	
}