function showMaintoc(num) {
	var win=window.open('http://data.rbc.ru/redesigned/currency/'+num+'.shtml');
	if (win) win.focus();
}

