
				function openprint(url){
					window.open(url,'print','width=700,height=550,scrollbars=yes,statusbar=no');
					return false;
				}
				