function openIT(url) {
	theURL=url
	window.open(theURL,"View","width=420,height=435,top=10,left=200,scrollbars=1,menubar=1,resizable=1");
}
