// JavaScript Document
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/
domok = document.getElementById;
if (domok)
	{
	skn = document.getElementById("topdecklink").style;
	if(navigator.appName.substring(0,3) == "Net")
		document.captureEvents(Event.MOUSEMOVE);
	document.onmousemove = get_mouse;
	}

function poplink(msg)
{

	
	switch(msg){		
		case 'ED':
		msg="<p class=justified><strong>Ms Dorothy Tembo</strong><br><img width=150 height=2 src=../../Images/pastilla_clara.GIF vspace=5><br>		&nbsp;&nbsp;&nbsp;&#149;&nbsp;Chief Trade Negotiator and Director, Foreign Trade, Ministry of Commerce, Trade and Industry, Zambia (2005-2008)<br><br>		&nbsp;&nbsp;&nbsp;&#149;&nbsp;Zambia 's IF Focal Point (2005-2008)<br><br>		&nbsp;&nbsp;&nbsp;&#149;&nbsp;Leader of Zambia&rsquo;s team when LDC Coordinator at the WTO (2005-2006). During Zambia's tenure, ministers agreed to extend Duty and Quota Free market access to LDCs, and launched the Aid for Trade initiative and the IF enhancement at the Hong Kong WTO Ministerial Conference<br><br>		&nbsp;&nbsp;&nbsp;&#149;&nbsp;Formerly a consultant with the Ministry of Commerce, Trade and Industry and other Inter-Governmental, Non-State and Private Sector Institutions.<br><br>Source: <em>website of the Integrated Framework</em></p>";
		break;		
	}
		

var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=1><TR><TD BGCOLOR=#CCCCCC><FONT COLOR=#000000 SIZE=-2 face='Verdana'><CENTER>"+msg+"</CENTER></TD></TR></TABLE></TD></TR></TABLE>";

	if (domok)
		{
	  	document.getElementById("topdecklink").innerHTML = content;
	  	skn.visibility = "visible";
  		}
}

function get_mouse(e)
	{
	var x = (navigator.appName.substring(0,3) == "Net") ? e.pageX : event.x+document.body.scrollLeft;
	var y = (navigator.appName.substring(0,3) == "Net") ? e.pageY : event.y+document.body.scrollTop;
	skn.left = x - 150;
	skn.top = y+20;
	}

function killlink()
	{
	if (domok)
  		skn.visibility = "hidden";
	}
<!-- FIN DU SCRIPT -->