function translation(str) {
	searchWin = window.open(str, 'translation', 'scrollbars=no, resizable=yes, width=400, height=600, status=no, location=no, toolbar=no');
	//searchWin.refer = self;
}
