

function OpenMaxPeriod(symbol) {
	clientWidth = 610;
	clientHeight= 520;
	
	mxWin = window.open('maxim_graphic.php?symbolcode='+symbol+'&period=100','max_graph','width='+clientWidth+',height='+clientHeight+',scrollbars=no');
	return true;

}
