// JavaScript Document

var cText = ''
cText += '<table style=border: 1px solid rgb(184, 217, 226); align=center border=0 cellpadding=0 cellspacing=0 height=20 width=100%>'
cText += '<tbody>' 
cText += '<tr height=17>' 
cText += '<td align=right valign=bottom height=12 class=txtgreysmall>' 
cText += '<div align=center><font color=#006699><a href=index.htm><font color=#007EBB>الصفحة الأولى</font></a>' 
cText += '| <a href=nlic_Aboutus.htm><font color=#007EBB>نبذة عن الشركة </font></a>        | <a href=IndividualLife.htm><font color=#007EBB>التامين الفردي' 
cText += '</font></a> | <font color=#993300><a href=GroupLife.htm><font color=#006699>التأمين الجماعي'
cText += '</font></a> </font>| <font color=#990000><a href=Capitalarea.htm><font color=#006699>لشبكة  </font></a></font>|' 
cText += ' <font color=#990000><a href=HelpDesk.htm><font color=#006699>خدمة العملاء' 
cText += '</font></a></font> | <font color=#990000><a href=Careers.htm><font color=#006699>مجالات العمل  </font></a></font>' 
cText += '| <font color=#993300><a href=Whatsnew.htm><font color=#006699>أخبار</font></a></font>' 
cText += '| <font color=#990000><a href=Contactus.htm><font color=#006699>اتصل بنا  ' 
cText += '</font></a></font> | </font><a href=Links.htm><font color=#006699>الروابط</font></a><font color=#006699> | <font color=#993300><a href=Sitemap.htm><font color=#006699>خريطة الموقع  </font></a></font> | <font color=#990000><a href=Privacy.htm><font color=#006699>الخصوصية </font></a></font></font></div>'
cText += '</td>'
cText += '</tr>'
cText += '<tr height=17>' 
cText += '<td align=right valign=bottom height=2>' 
cText += '<div class=txtfooter>' 
cText += '<div align=center>© 2005 (ش.م.ع.ع) الشركة الوطنية للتأمين على الحياة (ش.م.ع.م) هي شركة فرعية .' 
cText += 'جميع الحقوق محفوظة .</div>'
cText += '</div>'
cText += '</td>'
cText += '</tr>'
cText += '</tbody>' 
cText += '</table>'


document.write(cText)