function modified_openWindow(url) {
		window.open(url,"JSSWindow","height=525,width=600,resizable=1,scrollbars=1");
	}