var Str_Title = ""
Str_Title = Str_Title + '<table border="0" width="1000" id="table1" cellspacing="0" cellpadding="0" align=center>'
Str_Title = Str_Title + '<tr> '
Str_Title = Str_Title + '<td height="66">'
Str_Title = Str_Title + '<map name="FPMap0">'
Str_Title = Str_Title + '<img border="0" src="images/Title01.jpg" width="1000" height="66" usemap="#FPMap0"></td>'
Str_Title = Str_Title + '</tr>'
Str_Title = Str_Title + '<map name="FPMap0">'
Str_Title = Str_Title +'<area href="AboutMe.htm" shape="polygon" coords="6, 58, 48, 7, 118, 57">'	
Str_Title = Str_Title +'<area href="Articles.htm" shape="polygon" coords="120, 54, 157, 8, 226, 57">'
Str_Title = Str_Title +'<area href="EnglishLearning.htm" shape="polygon" coords="223, 48, 257, 6, 332, 61, 230, 59">'
Str_Title = Str_Title +'<area href="Gallery.htm" shape="polygon" coords="325, 48, 362, 5, 434, 58, 332, 57">'
Str_Title = Str_Title +'<area href="Links.htm" shape="polygon" coords="429, 47, 462, 7, 533, 57, 438, 57">'
Str_Title = Str_Title +'<area href="ViewPoints.htm" shape="polygon" coords="571, 7, 533, 51, 537, 55, 637, 55, 575, 8">'
Str_Title = Str_Title + '</map>'
Str_Title = Str_Title + '<tr>'
Str_Title = Str_Title + '<td height="83">'
Str_Title = Str_Title + '<img border="0" src="images/Title02.jpg" width="1000" height="83"></td>'
Str_Title = Str_Title + '</tr>'
Str_Title = Str_Title + '<tr>'
Str_Title = Str_Title + '<td height="117">'
Str_Title = Str_Title + '<map name="FPMap1">'
Str_Title = Str_Title +'<area href="Contactme.htm" shape="polygon" coords="652, 100, 652, 82, 641, 76, 625, 77, 614, 88, 615, 101">'	
Str_Title = Str_Title +'<area coords="601, 99, 599, 82, 585, 74, 565, 80, 563, 92, 562, 101" shape="polygon" href="Default.htm">'
Str_Title = Str_Title +'<area href="Persian/default.htm" shape="rect" coords="946, 76, 993, 96">'
Str_Title = Str_Title + '</map>'
Str_Title = Str_Title + '<img border="0" src="images/Title03.jpg" width="1000" height="117" usemap="#FPMap1"></td>'
Str_Title = Str_Title + '</tr>' 
Str_Title = Str_Title + '</table>'

function Show_Header()
  {
     document.write(Str_Title)
   }