function openViewWin(URL){
	window_pop = window.open(URL, 'view', 'width=760px,height=580,top=40,left=130,resizable=yes,scrollbars=yes,menubar=no,toolbar=yes,directories=no,location=no,status=no');
	window_pop.focus();
}



