/*

    FDE Grabber 4
    File: ROOT/tpl/js/fde_js.js;
    Copyright: FDSTAR Company
    Release date: Thu, 16 Feb 2012 20:49:51 +0200;
    More info: http://fdstar.net/
    
    Licensed to: Vladimir_Fleks
    Licensed domain: test_com
    License key: 1_a854c96746a7f29a035f8644682ade3df3e8ebda

*/
   var fde_tooltip = new Array();
function fde_tooltip_function(id)
{
	if(typeof(fde_tooltip[id])=='undefined')
	{
		FDMK(webroot+ 'index.php?act=show_tooltip&ajax=1&html_id=fde_d_tip_'+ id+ '&name='+ id, 'GET', false);
	}
	else
	{
		document.getElementById('fde_d_tip_'+ id).innerHTML = fde_tooltip[id];
	}
}
function fde_apreview_function(id, address)
{
	if(typeof(id)!='undefined')
	{
		FDMK(address+ '&ajax=1&html_id='+ id, 'GET', false);
	}
}
