function op(url, title){
	window.open(url, title, 'width=600, height=600, scrollbars=yes,resizable=yes');
	}