var timer_start;
function openwindow()
{
	clearTimeout(timer_start);
	Modalbox.show("./popup/jcarousel/details.html", {title: "Съвети за трейдъри",  height: 590, width: 900,closeValue: "Затвори"});
}

function removeTimer()
{
	clearTimeout(timer_start);
}

function hide_modal()
{
	Modalbox.hide();
}

function showBox()
{
	Modalbox.show(document.getElementById("node1"), {title: "<a style=\"text-decoration: none; color: #000;\" href=\"http://www.varchevbrokers.com/index.php?page=register\">Регистрирай се за да имаш достъп до Daily Research</a>", height: 790, width: 754,closeValue: "Затвори",overlayOpacity: 0.6, afterHide: removeTimer });	
	timer_start = setTimeout("hide_modal()",25000);
}
