function loadsmall(name) {
	window.open(name,'forefield','scrollbars=yes,width=720,height=650');
	}
function loadIRS(name) {
	alert("ccc");
	};

