function o_win(url){
	window.open(url, '', 'toolbar=0, location=0, directories=0, status=1, menubar=0, scrollbars=yes, resizable=yes, width=600, height=500');
}
