function open_window(str){
		window.open(str,'open','width=530,height=700,menubar=no,toolbar=no,location=no,status=no,resizable=yes,scrollbars=yes');
	}
