var timer_start;
function openwindow_bg()
{
	clearTimeout(timer_start);
	Modalbox.show("./popup/jcarousel/details_bg.html", {title: "Варчев Мениджинг Компани",  height: 790, width: 870,closeValue: "Затвори"});
}

function openwindow_en()
{
	clearTimeout(timer_start);
	Modalbox.show("./popup/jcarousel/details_en.html", {title: "Varchev Managing Company",  height: 790, width: 870,closeValue: "Close"});
}

function removeTimer()
{
	clearTimeout(timer_start);
}

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

function showBox()
{
	Modalbox.show(document.getElementById("node1"), {title: "НОВО",  height: 330, width: 625,closeValue: "Затвори",overlayOpacity: 0.6, afterHide: removeTimer });
	timer_start = setTimeout("hide()",10000);
}
