function SendToFriend()
		{
		var Fwindow=window.open("/nosmoking/arabic/sendtofriends.asp?LinkPath="+window.location, "tinyWindow", 'left=350,width=500,height=277,top=360') 
		}




function callme()
{
	win1 = window.open("print2.htm","wind","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=550,height=350")
	win1.window.moveTo(200,200);	
//	win1.document.write(document.all('print1').innerHTML)
//	win1.window.print();
}


start=0;
function doMenu(idx)
{
if(start==0)
{
lid=idx;
}

if(lid!=idx)
{
eval(lid+".style.display='none'");
lid=idx;
}
start++;

if (eval(idx+".style.display")=="none")
  	{  		
  		eval(idx+".style.display=''");  		
  	}
  	else
  	{
  		eval(idx+".style.display='none'");
  	}
  }

function chklength(idx)
{
	var myname=idx;
	
	myname=myname.replace(/^\s*(\b.*\b|)\s*$/, "$1");
	return myname.length;
}
function keytest()
{
if ((event.keyCode > 32 && event.keyCode < 48) || (event.keyCode > 57 && event.keyCode < 65) || (event.keyCode > 90 && event.keyCode < 97)) 

event.returnValue = false;

}


function fn_add1()
{	
var errval=0;
var str=new String(document.searchformleft.SearchString.value);
for(i=0;i<str.length-1;i++)
{
	if(str.charCodeAt(i)>=32 && str.charCodeAt(i)<=48) 
	errval=1
	if(str.charCodeAt(i)>=57 && str.charCodeAt(i)<=65)
	errval=1;
	if(str.charCodeAt(i)>=91 && str.charCodeAt(i)<=95)
	errval=1;
	if(str.charCodeAt(i)==123 || str.charCodeAt(i)==125)
	errval=1;
}
    
if(chklength(document.searchformleft.SearchString.value)==0)
{
	alert("Please enter at least one keyword to search");
	document.searchformleft.SearchString.focus();
	return false;
}	
else if(chklength(document.searchformleft.SearchString.value)==1)
{
alert("Please enter more than one character");
return false;
}

if(errval==1)
{
alert("Invalid Characters found in search string");
return false;
}
else
return true;
}

function IndexTop()
{
var sTop = "";

sTop += "<table border=0 cellpadding=0 cellspacing=0 width=775 align=center>";
sTop += "<tr>";
sTop += "<td width=150 valign=middle align=center><object classid='clsid:D27CDB6E-AE6D-11CF-96B8-444553540000' id='obj1' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' border='0' width='150' height='60'><param name='movie' value='/nosmoking/Arabic/flash/HMC_FLASH.swf'><param name='quality' value='High'><embed src='/nosmoking/Arabic/flash/HMC_FLASH.swf' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' name='obj1' width='150' height='60'></object></td>";
sTop += "<td width=458 valign=top colspan=11>";
sTop += "<table border=0 cellpadding=0 cellspacing=0 width=400 align=right>";
sTop += "<tr>";
sTop += "<td width=156><img border=0 src=/nosmoking/arabic/images/Top_Title.gif></td>";
sTop += "<td width=60 valign=top><img border=0 src=/nosmoking/arabic/images/No_Smoking.gif></td>";
sTop += "<td width=89><img border=0 src=/nosmoking/arabic/images/Top_Crv_1.gif></td>";
sTop += "</tr>";
sTop += "</table>";
sTop += "</td>";
sTop += "<td width=167 valign=top rowspan=3><img border=0 src=/nosmoking/arabic/images/No_Smoking_Logo.gif></td>";
sTop += "</tr>";
sTop += "<tr>";
sTop += "<td width=150 valign=middle rowspan=2><a href='/nosmoking/arabic/Questionnaire/index.html'><img border=0 src=/nosmoking/arabic/images/Top_Adv_2.gif></a></td>";

sTop += "<td width=134 class=MainTop><a href=/nosmoking/arabic/sitemap/index.html><img border=0 src=/nosmoking/arabic/images/Top_Link_6.gif alt='خارطة الموقع'></a></td>";
sTop += "<td width=122 class=MainTop><a href=/nosmoking/arabic/guestbook/BrowseGuestBookresult.asp><img alt='سجل الزوار' border=0 src=/nosmoking/arabic/images/Top_Link_1.gif></a></td>";
sTop += "<td width=122 class=MainTop><a href=/nosmoking/arabic/about/index.html><img alt='تعريف بالموقع' border=0 src=/nosmoking/arabic/images/Top_Link_4.gif></a></td>";
sTop += "<td width=75 rowspan=2><img border=0 src=/nosmoking/arabic/images/Top_Crv_2.jpg></td>";
sTop += "</tr>";

sTop += "<tr>";
sTop += "<td width=396 class=MainTop colspan=3>";

sTop += "<form name=searchformleft method=Post action=/nosmoking/arabic/search.asp>";
sTop += "<table border=0 cellpadding=0 cellspacing=0 width=365 align=right><tr>";
sTop += "<td width=20 class=MainTop><img style=cursor:hand border=0 src=/nosmoking/arabic/images/Search_B.gif  onclick='return fn_add1()'></td>";
sTop += "<td width=140 class=MainTop><INPUT TYPE='TEXT' NAME='SearchString' SIZE='16'  onkeypress=checkenter() MAXLENGTH='100' VALUE='' onkeypress=keytest() ></td>";
sTop += "<td width=41 class=MainTop><center> بحث</center></td></form>";
sTop += "<td width=41 class=MainTop ><INPUT type='submit' id='SendToFriend'  name='SendToFriend' class='send' onclick='SendToFriend()'  size='40' value=''></td>";
sTop += "<td width=25 class=MainTop><a href=/nosmoking/arabic/contactus/index.asp class=LeftLink><img border=0 src=/nosmoking/arabic/images/Mail_img.gif alt='اتصل بنا'></a></td>";
sTop += "<td width=80 class=MainTop><a href=/nosmoking/arabic/contactus/index.asp class=LeftLink>اتصل بنا</a></td>";
sTop += "</tr>";
sTop += "</table>";

sTop += "</td>";
sTop += "</tr>";
sTop += "</table>";

sTop += "<table border=0 cellpadding=0 cellspacing=0 width=775 align=center>";
sTop += "<tr>";
sTop += "<td width=625><img border=0 src=/nosmoking/arabic/images/trick.gif height=10 width=1></td>";
sTop += "<td width=150 class=MainRight></td>";
sTop += "</tr>";
sTop += "</table>";

document.write(sTop);
}


function Top()
{
var sTop = "";

sTop += "<table border=0 cellpadding=0 cellspacing=0 width=775 align=center>";
sTop += "<tr>";
sTop += "<td width=150 valign=middle align=center><object classid='clsid:D27CDB6E-AE6D-11CF-96B8-444553540000' id='obj1' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' border='0' width='150' height='60'><param name='movie' value='/nosmoking/Arabic/flash/HMC_FLASH.swf'><param name='quality' value='High'><embed src='/nosmoking/Arabic/flash/HMC_FLASH.swf' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' name='obj1' width='150' height='60'></object></td>";
sTop += "<td width=458 valign=top colspan=11>";
sTop += "<table border=0 cellpadding=0 cellspacing=0 width=400 align=right>";
sTop += "<tr>";
sTop += "<td width=156><a name=Top><img border=0 src=/nosmoking/arabic/images/Top_Title.gif></a></td>";
sTop += "<td width=60 valign=top><img border=0 src=/nosmoking/arabic/images/No_Smoking.gif></td>";
sTop += "<td width=89><img border=0 src=/nosmoking/arabic/images/Top_Crv_1.gif></td>";
sTop += "</tr>";
sTop += "</table>";
sTop += "</td>";
sTop += "<td width=167 valign=top rowspan=3><map name=FPMap0><area href='/nosmoking/arabic/index.html' shape=circle coords='89, 75, 65'><img border=0 usemap='#FPMap0' src=/nosmoking/arabic/images/No_Smoking_Logo.gif alt='الصفحة الرئيسية'></map></td>";
sTop += "</tr>";
sTop += "<tr>";
sTop += "<td width=150 valign=middle rowspan=2><a href='/nosmoking/arabic/Questionnaire/index.html'><img border=0 src=/nosmoking/arabic/images/Top_Adv_2.gif></a></td>";

sTop += "<td width=111 class=MainTop><a href=/nosmoking/arabic/index.html><img border=0 src=/nosmoking/arabic/images/Top_Link_5.gif alt='الصفحة الرئيسية'></a></td>";
sTop += "<td width=111 class=MainTop><a href=/nosmoking/arabic/sitemap/index.html><img border=0 src=/nosmoking/arabic/images/Top_Link_6.gif alt='خارطة الموقع'></a></td>";
sTop += "<td width=110 class=MainTop><a href=/nosmoking/arabic/guestbook/BrowseGuestBookresult.asp><img alt='سجل الزوار' border=0 src=/nosmoking/arabic/images/Top_Link_1.gif></a></td>";
sTop += "<td width=110 class=MainTop><a href=/nosmoking/arabic/about/index.html><img border=0 src=/nosmoking/arabic/images/Top_Link_4.gif alt='تعريف بالموقع'></a></td>";
sTop += "<td width=75 rowspan=2><img border=0 src=/nosmoking/arabic/images/Top_Crv_2.jpg></td>";
sTop += "</tr>";

sTop += "<tr>";
sTop += "<td width=396 class=MainTop colspan=4>";

sTop += "<form name=searchformleft method=Post action=/nosmoking/arabic/search.asp>";
sTop += "<table border=0 cellpadding=0 cellspacing=0 width=365 align=right><tr>";
sTop += "<td width=20 class=MainTop><input type='image' style=cursor:hand border=0 src=/nosmoking/arabic/images/Search_B.gif  onclick='return fn_add1()'></td>";
sTop += "<td width=140 class=MainTop><INPUT TYPE='TEXT' NAME='SearchString' SIZE='16'  onkeypress=checkenter() MAXLENGTH='100' VALUE='' onkeypress=keytest() ></td>";
sTop += "<td width=41 class=MainTop><center> بحث</center></td></form>";
sTop += "<td width=41 class=MainTop><INPUT type='submit' id='SendToFriend'  name='SendToFriend' class='send' onclick='SendToFriend()'  size='40' value=''></td>";
sTop += "<td width=25 class=MainTop><a href=/nosmoking/arabic/contactus/index.asp class=LeftLink><img border=0 src=/nosmoking/arabic/images/Mail_img.gif alt='اتصل بنا'></a></td>";
sTop += "<td width=80 class=MainTop><a href=/nosmoking/arabic/contactus/index.asp class=LeftLink>اتصل بنا</a></td>";
sTop += "</tr>";
sTop += "</table>";

sTop += "</td>";
sTop += "</tr>";
sTop += "</table>";

sTop += "<table border=0 cellpadding=0 cellspacing=0 width=775 align=center>";
sTop += "<tr>";
sTop += "<td width=625><img border=0 src=/nosmoking/arabic/images/trick.gif height=10 width=1></td>";
sTop += "<td width=150 class=MainRight></td>";
sTop += "</tr>";
sTop += "</table>";

document.write(sTop);
}


function ViewImage(ifile,ix,iy,ititle) { 
var win;
var sWidth;
var sHeight;
win = window.open("","imageviewer","width="+ix+",height="+iy+",menubar=no,left=0,top=0,toolbar=no,scrollbars=no");

win.document.open();
win.document.write("<html><head><title>"+ititle+"</title>");
win.document.write("</head><body topmargin=0 leftmargin=0 >");
win.document.write("<table border=0 cellpadding=0 cellspacing=0 width=600 height=400><tr><td width=600 valign=top height=400>");
win.document.write("<img border=0 src="+ifile+"></td></tr><!--tr><td width=100% valign=top height=40>11</td></tr--></table>");
win.document.write("</body></html>");
win.document.close();
}















function Right()
{
var sRight = "";

sRight += "<table border=0 cellpadding=0 cellspacing=0 width=150>";
sRight += "<tr>";
sRight += "<td width=140 class=MainRightLink><a href=/nosmoking/arabic/history/index.html class=RightLink>نبذة تاريخية</a></td>";
sRight += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point1.gif></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=2 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=140 class=MainRightLink><a href=javascript:doMenu('Menu1'); class=RightLink>كل شيء عن التدخين</a></td>";
sRight += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point1.gif></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=2 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";

sRight += "<tr ID=Menu1 STYLE='display: none'>";
sRight += "<td width=150 class=MainRightLink colspan=2>";
<!--Start Menu1-->
sRight += "<table border=0 cellpadding=0 cellspacing=0 width=144 align=right>";
sRight += "<tr>";
sRight += "<td width=127 class=MainRightMenu><a href=/nosmoking/arabic/every_thing_about_smoking/bad_effect_of_smoking.html class=RightMenu>اضرار التدخين</a></td>";
sRight += "<td width=7><img border=0 src=/nosmoking/arabic/images/Point2.gif></td>";
sRight += "<td width=10></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=3 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=127 class=MainRightMenu><a href=/nosmoking/arabic/every_thing_about_smoking/smoking_and_body.html class=RightMenu>التدخين في صور</a></td>";
sRight += "<td width=7><img border=0 src=/nosmoking/arabic/images/Point2.gif></td>";
sRight += "<td width=10></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=3 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=3 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=127 class=MainRightMenu><a href=/nosmoking/arabic/every_thing_about_smoking/about_smoking.html class=RightMenu>التدخين في سطور</a></td>";
sRight += "<td width=7><img border=0 src=/nosmoking/arabic/images/Point2.gif></td>";
sRight += "<td width=10></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=3 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=127 class=MainRightMenu><a href=/nosmoking/arabic/every_thing_about_smoking/smoking_type.html class=RightMenu>أنواع التدخين</td>";
sRight += "<td width=7><img border=0 src=/nosmoking/arabic/images/Point2.gif></td>";
sRight += "<td width=10></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=3 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=127 class=MainRightMenu><a href=/nosmoking/arabic/every_thing_about_smoking/smoking.html class=RightMenu>السيجارة والدخان</td>";
sRight += "<td width=7><img border=0 src=/nosmoking/arabic/images/Point2.gif></td>";
sRight += "<td width=10></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=3 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "</table>";
<!--End Menu1-->
sRight +="</td>";
sRight += "</tr>";

sRight += "<tr>";
sRight += "<td width=140 class=MainRightLink><a href=/nosmoking/arabic/stop_smoking/index.html class=RightLink>الإقلاع عن التدخين</td>";
sRight += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point1.gif></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=2 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=140 class=MainRightLink><a href=/nosmoking/arabic/negative_smoking/index.html class=RightLink>التدخين السلبي اللاإرادي</a></td>";
sRight += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point1.gif></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=2 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=140 class=MainRightLink><a href=/nosmoking/arabic/under_construction/index.html class=RightLink>الدعاية وشركات التبغ</a></td>";
sRight += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point1.gif></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=2 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=140 class=MainRightLink><a href=/nosmoking/arabic/stories/index.html class=RightLink>قصص و أدب</a></td>";
sRight += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point1.gif></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=2 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=140 class=MainRightLink><a href=/nosmoking/arabic/Questionnaire/index.html class=RightLink>حدد درجة إدمانك للنكوتين</a></td>";
sRight += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point1.gif></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=2 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=140 class=MainRightLink><a href=/nosmoking/arabic/Anti/index.html class=RightLink>العلاج</a></td>";
sRight += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point1.gif></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=2 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=140 class=MainRightLink><a href=/nosmoking/arabic/articles/index.html class=RightLink>المقالات</a></td>";
sRight += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point1.gif></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=2 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=140 class=MainRightLink><a href=/nosmoking/arabic/news/index.html class=RightLink>أخبار</a></td>";
sRight += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point1.gif></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 colspan=2 class=right-trick><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sRight += "</tr>";
sRight += "</table>";
sRight += "<table border=0 cellpadding=0 cellspacing=0 width=150>";
sRight += "<tr>";
sRight += "<td width=150 height=20></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150 align=center><!--img border=0 src=/nosmoking/arabic/images/Adv_1.gif--></td>";
sRight += "</tr>";
sRight += "<tr>";
sRight += "<td width=150><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=20></td>";
sRight += "</tr>";
sRight += "</table>";

document.write(sRight);
}


function Left()
{
var sLeft = "";

sLeft += "<table border=0 cellpadding=0 cellspacing=0 width=150>";
sLeft += "<tr>";
sLeft += "<td width=150 class=MainRight colspan=2 height=24>&nbsp;</td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=140 class=MainLeftLink><a href=/nosmoking/arabic/about_qatar/index.html class=LeftLink>قطر</a></td>";
sLeft += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point.gif></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150 class=left-trick colspan=2><img border=0 src=/nosmoking/arabic/images/trick.gif height=1></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=140 class=MainLeftLink><a href=/nosmoking/arabic/clinic/index.html class=leftlink>عيادة مكافحة التدخين</a></td>";
sLeft += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point.gif></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150 class=left-trick colspan=2><img border=0 src=/nosmoking/arabic/images/trick.gif height=1></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=140 class=MainLeftLink><a href=/nosmoking/arabic/smoking_roles/index.html class=LeftLink>قانون مكافحة التدخين</a></td>";
sLeft += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point.gif></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150 class=left-trick colspan=2><img border=0 src=/nosmoking/arabic/images/trick.gif height=1></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=140 class=MainLeftLink><a href=/nosmoking/arabic/smoking_and_islam/index.html class=LeftLink>الدين والتدخين</a></td>";
sLeft += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point.gif></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150 class=left-trick colspan=2><img border=0 src=/nosmoking/arabic/images/trick.gif height=1></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=140 class=MainLeftLink><a href=/nosmoking/arabic/studeis_and_researches/index.html class=LeftLink>دراسات وبحوث</a></td>";
sLeft += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point.gif></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150 class=left-trick colspan=2><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=140 class=MainLeftLink><a href=/nosmoking/arabic/ques_and_ans/index.html class=LeftLink>سؤال وجواب</a></td>";
sLeft += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point.gif></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150 class=left-trick colspan=2><img border=0 src=/nosmoking/arabic/images/trick.gif height=1></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=140 class=MainLeftLink><a href=/nosmoking/arabic/link/index.html class=LeftLink>مواقع أخرى</a></td>";
sLeft += "<td width=10><img border=0 src=/nosmoking/arabic/images/Point.gif></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150 class=left-trick colspan=2><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=1></td>";
sLeft += "</tr>";
sLeft += "</table>";
sLeft += "<table border=0 cellpadding=0 cellspacing=0 width=150>";
sLeft += "<tr>";
sLeft += "<td width=150 height=20></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150 align=center><a href='/nosmoking/arabic/audio/index.html'><img border=0 src=/nosmoking/arabic/images/voice_sub.gif alt='إستمع إلى المادة الصوتية'></a></td>";
sLeft += "</tr>";

sLeft += "<tr>";
sLeft += "<td width=150 height=20></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150 align=center><a href='/nosmoking/arabic/audio/index2.html'><img border=0 src=/nosmoking/arabic/images/voice_subx.gif alt='شاهد المادة المرئية '></a></td>";
sLeft += "</tr>";


sLeft += "<tr>";
sLeft += "<td width=150 height=20></td>";
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150 align=center><a href='/nosmoking/arabic/audio/index3.html'><img border=0 src=/nosmoking/arabic/images/Nadhra.jpg alt='شاهد المادة المرئية '></a></td>";
sLeft += "</tr>";

sLeft += "<tr>";
sLeft += "<td width=150 height=20></td>";
sLeft += "</tr>";
sLeft += "</table>";
sLeft += "<table border=0 cellpadding=0 cellspacing=0 width=150>";
sLeft += "<tr>";
sLeft += "<td width=150 align=center><a href='http://www.rasgas.com/'  target='_blank()'><img border=0 src=/nosmoking/arabic/images/Adv_1.gif></a></td>";
sLeft += "</tr>";
sLeft += "<tr>";
 
sLeft += "</tr>";
sLeft += "<tr>";
sLeft += "<td width=150><img border=0 src=/nosmoking/arabic/images/trick.gif width=1 height=20></td>";
sLeft += "</tr>";

sLeft += "</table>";

document.write(sLeft);
}


function Bottom()
{
var sBottom = "";

sBottom += "<table border=0 cellpadding=0 cellspacing=0 width=775 align=center>";
sBottom += "<tr>";
sBottom += "<td width=775 valign=top colspan=2><hr color=#666699 size=1></td>";
sBottom += "</tr>";
sBottom += "<tr>";
sBottom += "<td width=315 align=right><img border=0 src=/nosmoking/arabic/images/Bottom_logo.gif>&nbsp;&nbsp;</td>";
sBottom += "<td width=460 class=MainBottom>جميع الحقوق محفوظة 1424هـ الموافق 2005م</td>";
sBottom += "</tr>";
sBottom += "</table>";
if (window.document.title == "لا للتدخين في العالم العربي - الصفحة الرئيسية")
{
sBottom += "<table border=0 cellpadding=0 cellspacing=0 width=775 align=center>";
sBottom += "<tr>";
sBottom += "<td width=385 class=MainBottomLink></td>";
sBottom += "<td width=390 class=MainBottomLink>تطوير وادارة الموقع</td>";
sBottom += "</tr>";
sBottom += "</table>";
}

document.write(sBottom);
}


function homeBottom()
{
var shomeBottom = "";

shomeBottom += "<table width='780' align='center' border='0'><hr size=1><tr>";
shomeBottom += "<td width=140 class=MainBottomLink></td><td class='MainBottom' width='163'><img src='/nosmoking/arabic/images/Bottom_logo.gif' border='0' width='162' height='22'></td><td class='MainBottom' >جميع الحقوق محفوظة 1424هـ الموافق 2005م</td></tr></table>";
document.write (shomeBottom)
}

