var _tLoade = null; var mainImg = new Image();
var allImgs = new Array();
function Init_NaturalLanguage() {
var topMax = 920;
affdate();
InitMenus();

loaded=true;

document.getElementById('Mask_All').style.filter = "alpha(opacity=65)";
document.getElementById('Mask_All').style.opacity = "0.6";
document.getElementById('Mask_All').style.KhtmlOpacity = "0.6";
document.getElementById('Mask_All').style.MozOpacity = "0.6";

var frmeteo = document.createElement('iframe')
frmeteo.style.display = 'none';
frmeteo.src = "/meteo.htm";
frmeteo.id = 'Frame_Meteo';
document.body.appendChild(frmeteo);

Create_Small_Menu_Standard(topMax,'/img/Small_Menu_standard.png',191,110);

setNaturalOverview();
bgImage.src = "/img/auto-dialers-software.png";
mainImg.src = "/img/products/homeshoring-call-center-products.jpg";
var img = new Image(); img.src = "/img/asp-call-center.png"; allImgs.push(img);

var log = document.getElementById("Move_Logo");
if (log) {
log.innerHTML = "<object  style=\"margin-top:13px;margin-left:24px\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" height=56 width=\"223\" VIEWASTEXT ID=\"Object1\"><param name=\"quality\" value=\"high\"><param name=\"menu\" value=\"false\"><param name=\"wmode\" value=\"transparent\"><param name=\"SRC\" value=\"/img/logo.swf\"><embed style=\"margin-top:7px;border-top:1px solid gray;\" src=\"/img/logo.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" height=\"57\" width=\"223\"></embed><noembed></noembed></object>"
}

var dC = document.getElementById("DivContact");
if (dC) {
//dC.innerHTML = '<img onclick="Show_Moveable_Popup(true, \'PopContact\', After_Open_Contact, \'main\', \'POPUP_CONTACT\', 723, 83, 625, 111, 108, 26, 331, 363, 12, \'/img/acd-software.png\', \'Content_Table_Contact\');" 	src="/img/contact_red1.png" style="position:relative;left:-125px;top:0px" height=28 width=100>';

 if (typeof(flName) == "undefined") flName = '/img/NousContacter.swf';
 dC.innerHTML = '<div style="position:absolute;top:3;left:-125;z-index:2;width:91;height:20;background-color:red;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;" onclick="Show_Moveable_Popup(true, \'PopContact\', After_Open_Contact, \'main\', \'POPUP_CONTACT\', 720, 90, 535, 111, 108, 26, 331, 363, 12, \'/img/acd-software.png\', \'Content_Table_Contact\');"></div><object style="position:relative;top:3;left:-125;z-index:0;width:91;height:20" align=absmiddle classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="20" width="91" VIEWASTEXT><param name="quality" value="high"><param name="menu" value="false"><param name="SRC" value="' + flName + '"><param name="wmode" value="transparent"><embed src="' + flName + '" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="20" width="91"></embed><noembed></noembed></object>';

}

_tLoade = setInterval("TestLoading()", 1);
}
function TestLoading()
{
	if (bgImage.complete && mainImg.complete)
	{
		for (var i = 0; i < allImgs.length; i++)
		{
			if (!allImgs[i].complete) return;
		}
		clearInterval(_tLoade);
		var loading = document.getElementById("DIV_LOADING");
		if (loading) {loading.style.display = "none"; loading.innerHTML = ""; }
		document.body.style.overflow = "auto";
		return true;
	}
	return false;
}