﻿
//Uncomment the function below to see the two flags
 function WriteTranslationList(HtmlPath, sSelectLang) {
//   var i, iCount;
// 
//   if ((typeof (aTranlationList) == "undefined") ||
//       ((iCount = aTranlationList.length) == 0))
//     return;
// 
//   document.write('<span>' + sSelectLang + '</span>&nbsp;');
// 
//   iCount = aTranlationList.length;
//   for (i = 0; i < iCount; i++) {
//     if( aTranlationList[i].length == 3 )
//       document.write('<a href="Login.aspx?r=' + aTranlationList[i][1] + '"><img align="absmiddle" border=0 title="' + aTranlationList[i][0] + '" src="' + HtmlPath + 'images\\' + aTranlationList[i][2] + '"></a>&nbsp;&nbsp;');
//   }
// 
//   document.write("<br /><br />");
 }


