function icons_home()
{
	var htmlResult = "" ;

	htmlResult ="<table border='0' width=320 cellspacing='0' cellpadding='0' align=center>";

	htmlResult +="	<tr>";
	htmlResult +="<td colspan='3'>";
	htmlResult +="	<table border='0' cellspacing='0' cellpadding='0' >";
	htmlResult +="		<tr>";	
	if( iconID=="Tid3" )
	{
		htmlResult +="			<td style='padding-top:1px;' bgcolor=#3399CC><img  border=0 src='/site/arabic/eServices/images/home/img_03_.gif' ></td>";
	}
	else
	{
		htmlResult +="			<td style='padding-top:1px;' bgcolor=#3399CC><img onclick=window.location='/VisaApplications/Actions?action=visaAplInput&language=Arabic' border=0 src='/site/arabic/eServices/images/home/img_03.gif' style='cursor:hand;'></td>";
	}	
	if( iconID=="Tid1" )
	{
		htmlResult +="			<td style='padding-top:1px;' bgcolor=#3399CC><img  border=0 src='/site/arabic/eServices/images/home/img_01_.gif' ></td>";
	}	
	else
	{
		htmlResult +="			<td style='padding-top:1px;' bgcolor=#3399CC><img onclick=window.location='/VisaApplications/Actions?action=getVisaInfoInput&language=Arabic' border=0 src='/site/arabic/eServices/images/home/img_01.gif' style='cursor:hand;'></td>";
	}
	htmlResult +="		</tr>";
	htmlResult +="	</table>";
	htmlResult +="	</td>";
	htmlResult +="</tr>";
	htmlResult +="<tr>";
	htmlResult +="<td colspan='3'>";
	htmlResult +="<table border='0' cellspacing='0' cellpadding='0' >";
	htmlResult +="<tr>";
	if( iconID=="Tid5" )
	{
		htmlResult +="<td  ><img border=0 src='/site/arabic/eServices/images/home/img_05_.gif' ></td>";
		
	}
	else
	{
		htmlResult +="<td  ><img onclick=window.location='/CPYMailingList/Arabic/input.jsp' border=0 src='/site/arabic/eServices/images/home/img_05.gif' style='cursor:hand;'></td>";
	}
		
	if( iconID=="Tid7" )
	{
		htmlResult +="<td  ><img  border=0 src='/site/arabic/eServices/images/home/img_07_.gif' ></td>";
	}
	else
	{
		htmlResult +="<td  align='right' ><img onclick=window.location='/ResPrint/Actions?action=resVisaInputIFrame' border=0 src='/site/arabic/eServices/images/home/img_07.gif' style='cursor:hand;'></td>";
		
	}	
	htmlResult +="		</tr>";
	htmlResult +="	</table>";
	htmlResult +="		</td>";
	htmlResult +="</tr>";
		htmlResult +="<tr>";

	if( iconID=="Tid6" )
	{	
		htmlResult +="	<td><img  border=0 src='/site/arabic/eServices/images/home/img_06_.gif' ></td>";
	}
	else
	{
		htmlResult +="	<td><img onclick=window.location='/SmsService/Arabic/smsService.html' border=0 src='/site/arabic/eServices/images/home/img_06.gif' style='cursor:hand;'></td>";
	}
	
	if( iconID=="Tid4" )
	{	
		htmlResult +="	<td><img  border=0 src='/site/arabic/eServices/images/home/img_04_.gif' ></td>";
	}
	else
	{
		htmlResult +="	<td><img onclick=window.location='/TFCViolations/Arabic/Input.jsp' border=0 src='/site/arabic/eServices/images/home/img_04.gif' style='cursor:hand;'></td>";
	}	
	
	if( iconID=="Tid2" )
	{	
		htmlResult +="	<td><img  border=0 src='/site/arabic/eServices/images/home/img_02_.gif' ></td>";
	}
	else
	{
		htmlResult +="	<td><img onclick=window.location='/ExpiryInfo/Arabic/Input.jsp' border=0 src='/site/arabic/eServices/images/home/img_02.gif' style='cursor:hand;'></td>";
	}	

	
		
	htmlResult +="</tr>";
	htmlResult +="</table>	";
	document.write(htmlResult);
	//prompt("",htmlResult);
}