 var isNS4=(navigator.appName.indexOf("Netscape")>=0&&parseFloat(navigator.appVersion)>=4)?1:0;
           var isIE4=(document.all)?1:0;
function top_pic()
	{
         strTop='';
         strTop='<table cellspacing=0>'; 
         strTop+='<tr><td align="right"><a href="http://www.irna.com/cgi-bin/counter/curl.pl?110110183"><img name="top_img" border="0" src="/en/images/ad/simorghhotel.gif"></a></td></tr>'; 
         strTop+='</table>';
	if(isNS4){
		topLayer = new Layer(400);
		topLayer.name="top_layer";
		topLayer.left=305;
		topLayer.top=6;
		topLayer.zIndex=100;
		topLayer.document.open();
		topLayer.document.write(strTop);
		topLayer.document.close();
		topLayer.visibility="show";
		}
	else{
		if(isIE4){
			strDiv='';
			strDiv='<div id="top_Layer" style="position: absolute; top: 6; left: 305; width: 400; height: 30">';
			strDiv+=strTop + '</div>';
			document.body.insertAdjacentHTML("beforeEnd",strDiv);
			}
		}
	}
//******************
function right_pic()
	{
	strR='';
	strR='<table cellspacing=0>';  
        strR+='<tr><td align="right"><a href="http://www.irna.com/cgi-bin/counter/curl.pl?110110187"><img name="right_img" border="0" src="/en/images/ad/irandoc_english.gif" width="145"></a></td></tr>';strR+='<tr><td align="right"><a href="http://www.irna.com/cgi-bin/counter/curl.pl?110110193"><img name="right_img" border="0" src="/en/images/ad/majma.gif" width="145"></a></td></tr>';strR+='<tr><td align="right"><a href="http://www.irna.com/cgi-bin/counter/curl.pl?110110198"><img name="right_img" border="0" src="/en/images/ad/majlis.gif" width="145"></a></td></tr>';strR+='<tr><td align="right"><a href="http://www.irna.com/cgi-bin/counter/curl.pl?110110197"><img name="right_img" border="0" src="/en/images/ad/ifna.gif" width="145"></a></td></tr>';strR+='<tr><td align="right"><a href="http://www.irna.com/cgi-bin/counter/curl.pl?110110199"><img name="right_img" border="0" src="/en/images/ad/tilifon5.gif" width="145"></a></td></tr>'; 
        strR+='</table>';
	if(isNS4){
		topLayer = new Layer(150);
		topLayer.name="right_layer";
		topLayer.left=622;
		topLayer.top=115;
		topLayer.zIndex=100;
		topLayer.document.open();
		topLayer.document.write(strR);
		topLayer.document.close();
		topLayer.visibility="show";
		}
	else{
		if(isIE4){
			strDiv='';
			strDiv='<div id="right_Layer" style="position: absolute; top: 115; left: 622; width: 150; ">';
			strDiv+=strR + '</div>';
			document.body.insertAdjacentHTML("beforeEnd",strDiv);
			}
		}
	} 
