﻿/* Top Icon */
var bolArabic= (window.location.href.indexOf("lang=ar") > -1);
var strTopkeyWord;
if (bolArabic)
{
strTopkeyWord = strTopkeyWordar;
}
else
{
strTopkeyWord = "Top";
}
function getTopIcon(){
if (navigator.userAgent.indexOf("MSIE 6")!=-1)
{
document.write('<a href="#"><img alt="' + strTopkeyWord + '" title="' + strTopkeyWord + '" src="'+ strUrl +'App_Themes/'+ strlangkey +'/images/arrow2.gif" border="0" />' + strTopkeyWord + '</a>');
}
else
{
document.write('<a href="#Top"><img alt="' + strTopkeyWord + '" title="' + strTopkeyWord + '" src="'+ strUrl +'App_Themes/'+ strlangkey +'/images/arrow2.gif" border="0" />' + strTopkeyWord + '</a>');
}
}