// JavaScript Document
if( sector == 'home')
        {
document.write('<table border="0" width="905" cellpadding="0" cellspacing="0">'
                                + '<tr>'
                                + '<td background="../GblImages/fotterline.gif" style="background-repeat:no-repeat; ">'
                                + '<table border="0" cellpadding="0" cellspacing="0" width="905">'
                                                          
                                +'<tr>'
                        + '<td colspan="3" class="footer" style="padding-top:5px;">'
                                 +'&#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1581;&#1602;&#1608;&#1602; &#1605;&#1581;&#1601;&#1608;&#1592;&#1577; &copy; 2012&#1548; &#1587;&#1575;&#1605;&#1576;&#1575;. '
                                +'<a class="footer" style="text-decoration:underline" href="Common/HTML/disclaimer_01_01_ar.html">&#1576;&#1610;&#1575;&#1606;&#1575;&#1578; &#1575;&#1582;&#1604;&#1575;&#1569; &#1575;&#1604;&#1605;&#1587;&#1572;&#1608;&#1604;&#1610;&#1577;</a>. '
                                +'<a class="footer" style="text-decoration:underline" href="Common/HTML/privacy_01_01_ar.html">&#1587;&#1585;&#1610;&#1577; &#1575;&#1604;&#1605;&#1593;&#1604;&#1608;&#1605;&#1575;&#1578;</a>. '
                        
                                +'</td></tr>'
                                +'</table></td></tr></table>');
          }
else if ( sector == 'common') {
document.write('<table border="0" width="905" cellpadding="0" cellspacing="0">'
                                + '<tr>'
                                + '<td background="../../../GblImages/fotterline.gif" style="background-repeat:no-repeat; ">'
                                + '<table border="0" cellpadding="0" cellspacing="0" width="905">'
                                                          
                                +'<tr>'
                        + '<td colspan="3" class="footer" style="padding-top:5px;">'
                                 +'&#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1581;&#1602;&#1608;&#1602; &#1605;&#1581;&#1601;&#1608;&#1592;&#1577; &copy; 2012&#1548; &#1587;&#1575;&#1605;&#1576;&#1575;. '
                                +'<a class="footer" style="text-decoration:underline" href="disclaimer_01_01_ar.html">&#1576;&#1610;&#1575;&#1606;&#1575;&#1578; &#1575;&#1582;&#1604;&#1575;&#1569; &#1575;&#1604;&#1605;&#1587;&#1572;&#1608;&#1604;&#1610;&#1577;</a>. '
                                +'<a class="footer" style="text-decoration:underline" href="privacy_01_01_ar.html">&#1587;&#1585;&#1610;&#1577; &#1575;&#1604;&#1605;&#1593;&#1604;&#1608;&#1605;&#1575;&#1578;</a>. '
                        
                                +'</td></tr>'
                                +'</table></td></tr></table>');
          }
else if ( sector == 'Pfinance' || sector == 'Hfinance' )
{
document.write('<table border="0" width="905" cellpadding="0" cellspacing="0">'
                                + '<tr>'
                                + '<td background="http://'+ location.host +'/GblImages/fotterline.gif" style="background-repeat:no-repeat; ">'
                                + '<table border="0" cellpadding="0" cellspacing="0" width="905">'
                                                          
                                +'<tr>'
                        + '<td colspan="3" class="footer" style="padding-top:5px;">'
                                 +'&#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1581;&#1602;&#1608;&#1602; &#1605;&#1581;&#1601;&#1608;&#1592;&#1577; &copy; 2012&#1548; &#1587;&#1575;&#1605;&#1576;&#1575;. '
                                +'<a class="footer" style="text-decoration:underline" href="http://'+ location.host +'/Arabic/Common/HTML/disclaimer_01_01_ar.html">&#1576;&#1610;&#1575;&#1606;&#1575;&#1578; &#1575;&#1582;&#1604;&#1575;&#1569; &#1575;&#1604;&#1605;&#1587;&#1572;&#1608;&#1604;&#1610;&#1577;</a>. '
                                +'<a class="footer" style="text-decoration:underline" href="http://'+ location.host +'/Arabic/Common/HTML/privacy_01_01_ar.html">&#1587;&#1585;&#1610;&#1577; &#1575;&#1604;&#1605;&#1593;&#1604;&#1608;&#1605;&#1575;&#1578;</a>. '
                        
                                +'</td></tr>'
                                +'</table></td></tr></table>');

}
else
{
document.write('<table border="0" width="905" cellpadding="0" cellspacing="0">'
                    + '<tr>'
                    + '<td background="../../../GblImages/fotterline.gif" style="background-repeat:no-repeat; ">'
                    + '<table border="0" cellpadding="0" cellspacing="0" width="905">'
                                              
                    +'<tr>'
            + '<td colspan="3" class="footer" style="padding-top:5px;">'
                     +'&#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1581;&#1602;&#1608;&#1602; &#1605;&#1581;&#1601;&#1608;&#1592;&#1577; &copy; 2012&#1548; &#1587;&#1575;&#1605;&#1576;&#1575;. '
                    +'<a class="footer" style="text-decoration:underline" href="../../Common/HTML/disclaimer_01_01_ar.html">&#1576;&#1610;&#1575;&#1606;&#1575;&#1578; &#1575;&#1582;&#1604;&#1575;&#1569; &#1575;&#1604;&#1605;&#1587;&#1572;&#1608;&#1604;&#1610;&#1577;</a>. '
                    +'<a class="footer" style="text-decoration:underline" href="../../Common/HTML/privacy_01_01_ar.html">&#1587;&#1585;&#1610;&#1577; &#1575;&#1604;&#1605;&#1593;&#1604;&#1608;&#1605;&#1575;&#1578;</a>. '
            
                    +'</td></tr>'
                    +'</table></td></tr></table>');
}
          
