var _tLoade = null;
var mainImg = new Image();
var allImgs = new Array();
function Init_Eagle() {
affdate();
InitMenus();
loaded=true;

topMax = 980;

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(topMax,'/img/small_menu_Onxmedia.png',191,206);

bgImage.src = "/img/auto-dialers-software.png";
mainImg.src = "/img/products/onxmedia/bg_onxmedia.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) {
if (typeof(flName) == "undefined") flName = '/img/NousContacter.swf';
// dC.innerHTML = '<div style="position:absolute;top:3;left:0;z-index:2;width:91;height:20;background-color:red;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;" onclick="self.top.location.href=\'/Call-Center-Technologie.html\'"></div><object style="position:relative;top:3;left:0;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>';
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 display_image(evt, obj, img) {
var div = document.createElement('div')
div.style.position = "absolute";
var t = FindTopEdge(obj) ;
div.style.left = FindLeftEdge(document.getElementById("main"));
div.id = 'Move_Img';
div.style.top = t;
div.innerHTML = "<img onmouseout='document.body.removeChild(this.parentElement);' onclick='document.body.removeChild(this.parentElement);' src='" + img + "'>";
div.style.zIndex = 60000;
Timer_Display_Img = setTimeout(function(){document.body.appendChild(div);},500);

}

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;
}