function openIT(url) {
	theURL=url
	window.open(theURL,"View","width=650,height=350,top=120,left=60,scrollbars=1,menubar=1,resizable=1");
}