function drawBanners()
{
	var htmlResult = "" ;
	
	htmlResult +="<table border='0' cellspacing='0' cellpadding='0'>";							
	/*
	htmlResult +="	<tr>";	
	htmlResult +="		<TD ><a href='http://www.ndqatar.com' target=_blank ><img border='0' src='" + _arabicFolder +"images/advertisments/ndqatar.gif'  ></a></TD>";	
	htmlResult +="	</tr>";	
	htmlResult +="	<tr>";	
	htmlResult +="		<TD  class='whiteBG' height='2' width='214'></TD>";	
	htmlResult +="	</tr>";
*/
	htmlResult +="	<tr>";	
	htmlResult +="		<TD ><a href='/site/english/certificate/index.html'  ><img border='0' src='" + _arabicFolder +"images/advertisments/certificate.gif'  ></a></TD>";	
	htmlResult +="	</tr>";	
	htmlResult +="	<tr>";	
	htmlResult +="		<TD  class='whiteBG' height='2' width='214'></TD>";	
	htmlResult +="	</tr>";
		
	// 
	htmlResult +="	<tr>";	
	htmlResult +="		<TD ><a href='" + _arabicFolder + "deptFees/index.html' ><img border='0' src='" + _arabicFolder +"images/advertisments/fees.gif' ></a></TD>";	
	htmlResult +="	</tr>";	
	htmlResult +="	<tr>";	
	htmlResult +="		<TD  class='whiteBG' height='2' width='214'></TD>";	
	htmlResult +="	</tr>";	
	
/*	htmlResult +="	<tr>";	
	htmlResult +="		<TD ><a href='http://www.milipol.com/' target=_blank><img border='0' src='" + _arabicFolder +"images/advertisments/milipol.gif' ></a></TD>";	
	htmlResult +="	</tr>";	
	htmlResult +="	<tr>";	
	htmlResult +="		<TD  class='whiteBG' height='5' width='214'></TD>";	
	htmlResult +="	</tr>";	*/

	htmlResult +="	<tr>";	
	htmlResult +="		<TD ><a href='http://www.moi.gov.qa/aladeid/English/index.html' target=_blank><img border='0' src='" + _arabicFolder +"images/advertisments/aladeid.gif' ></a></TD>";	
	htmlResult +="	</tr>";	
	
	htmlResult +="</table>";	
	document.write(htmlResult);	
}
function drawFavLinks()
{
	var htmlResult = "" ;
	
	htmlResult +="<TABLE border='0' cellpadding='0' cellspacing='0' class='whiteBG'>";
	htmlResult +="<TR>";
	htmlResult +="<TD colspan='6'><table  border='0' cellpadding='0' cellspacing='0'><tr>";
	htmlResult +="<td ><a href='/Interpol/English/index.htm' target=_blank><IMG src='" + _arabicFolder +"images/advertisments/favLinks/interpol.jpg'  border='0'></a></td>";
	htmlResult +="<td class='whiteBG' width='1'></td>";
	htmlResult +="<td ><a href='http://www.milipol.com/QATAR/FR/accueil/accueil_qatar.php' target=_blank><IMG src='" + _arabicFolder +"images/advertisments/favLinks/milipol.jpg'  border='0'></a></td>";
	htmlResult +="</tr></table></td></TR>";
		
	htmlResult +="<TR><td colspan=3 class='whiteBG' width='1'></td><TR>";
	htmlResult +="<TR>";
	htmlResult +="<td ><a href='/iacpmena/index.html' target=_blank><IMG src='" + _arabicFolder +"images/advertisments/Society.jpg'  border='0'></a></td>";
	htmlResult +="<td class='whiteBG' width='1'></td>";
	htmlResult +="<td ><a href='/aladeid/English/index.html' target=_blank><IMG src='" + _arabicFolder +"images/advertisments/aladeeid.jpg'  border='0'></a></td>";
	htmlResult +="<td class='whiteBG' width='1'></td>";
	htmlResult +="<td ><a href='http://www.gov.qa/' target=_blank><IMG src='" + _arabicFolder +"images/advertisments/favLinks/egov.jpg'  border='0'></a></td>";
	htmlResult +="</TR>";		
	htmlResult +="</TABLE>";	
	
	
	document.write(htmlResult);	
}