	function crNOILWND(num){
	  var strM = "s_noil/noil"+num+"_r.html";
  	  var wnd2 = open(strM,"","toolbar=no,scrollbars=yes,resizable=yes,width=600,height=440,status=yes,location=no");
      wnd2.top.moveTo(40,40);
	}
 
	function crMessNotaBene(num){
	  var strM = "s_geopolitica/geo"+num+"_r.html";
	  var wnd2 = open(strM,"","toolbar=no,scrollbars=yes,resizable=no, width=600,height=440,status=no,location=no");
      wnd2.top.moveTo(40,40);
	}		

	function crMessWND(num){
		var strM = "s_news/news"+num+"_r.html";
		var wnd2 = open(strM,"","toolbar=no,scrollbars=yes,resizable=yes,  width=620,height=460,status=yes,location=no");
		wnd2.top.moveTo((screen.width-620)/2, (screen.height-460)/2);
	}

