	function viewwindow(url){
		 win=window.open(url, 'Details', 'width=800,height=500,scrollbars=yes');
	}
