function linkW(warstwa,link){
			var req5 = mint.Request();
			req5.evalScripts=true;
			req5.OnSuccess = function () { 
				$(warstwa).innerHTML = this.responseText;
			};
			req5.Send (link);
}

function openW(strona,width_,height_){
		new_window = window.open(strona,'st','width='+width_+',height='+height_+',toolbars=no,resizeble=no,scrollbars=no');
}

var xyz = null;
var vFirstStart = true;
var s_ON=true;

function scrol()
{
	if (xyz == null)
	{
		vDIV = document.getElementById("tematy_tresc");
		
		if (vFirstStart)
		{
//			xyz = ScrollDIV("div_sc", SCROLL_DIV_ORIEN_VERTICAL, 15, SCROLL_DIV_DIRECTION_BACKWARD, SCROLL_DIV_REPEAT_YOYO, true, 1, 50, 1);
			xyz = ScrollDIV("tematy_tresc", SCROLL_DIV_ORIEN_VERTICAL, 55, SCROLL_DIV_DIRECTION_BACKWARD, SCROLL_DIV_REPEAT_AGAIN, true, 1, 180, 0, 0, 0, false);
		}
		else
		{
			xyz = ScrollDIV_Start("tematy_tresc");
		}
	}
	else
	{
		ScrollDIV_Stop("tematy_tresc");
		
		xyz = null;
	}
}


function randomize_(){
      today = new Date();
      num = today.getTime();
      return(num);

}

