﻿var xmlObj;
xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
var length;
var xmlhttp;
var website_id="GBPAE";
var country_desc
var pane="";
var paneLength;
var xloc=location.href;
var ctryCd=xloc.substr(xloc.indexOf("cntryCd=")+8,2);
// Function to load XML 
function loadXMLDoc(xmlText)
{
xmlDoc.loadXML(xmlText);
xmlObj=xmlDoc.documentElement;
	 if(xmlDoc.getElementsByTagName("country")[0].getAttribute("website_id")==website_id)
	  {
            xmlObj=xmlDoc.getElementsByTagName("country")[0];
            country_desc=xmlObj.getAttribute("country_desc");

	  }
	length=xmlObj.getElementsByTagName("brand").length;
	loadItems();
}


//loading the pane 
function loadPane(selIndex)
{
	
 paneLength=length/10;

var k=0;
var deLimit=10;
var endIndex=10;
if(selIndex>1){
var newin=0;
newin=selIndex-1;
pane=pane+"<a href='gm_news.html?cntryCd="+ctryCd+"&categoryID="+newin+"' title='الصفحة السابقة'>[<<]</a>&nbsp;&nbsp;";
}

for(var i=0;i<paneLength;i++)
  {

   if((i+1)!=selIndex){
    pane=pane+"<a href='gm_news.html?cntryCd="+ctryCd+"&categoryID="+(i+1)+"' title='الصفحة"+(i+1)+"'>"+(i+1)+"</a> | ";
	}
	else
	{
         pane=pane+(i+1)+" | ";
	}
  }

if(paneLength>selIndex){
var newin=0;
newin=++selIndex;
pane=pane+"&nbsp;&nbsp;<a href='gm_news.html?cntryCd="+ctryCd+"&categoryID="+newin+"' title='الصفحة التالية'>[>>]</a>";

}
if(paneLength>1)
 document.getElementById("pane").innerHTML=pane;
//document.getElementById("pane2").innerHTML=pane;
}

//loading the news from xml data
function loadNews(selIndex)
{
var divData="<table width='95%' height='0%' border='0' align='left' cellpadding='0' cellspacing='0'>";
var startIndex;
var endIndex;
var news_id;
var news_title;
var news_short;
var news_img_path;
var news_date;
startIndex=(selIndex-1)*10;
if((startIndex+9)>=length)
{
endIndex=length;
}
else
{
 endIndex=startIndex+10;
}
var k=0;
for(var i=startIndex;i<endIndex;i++,k++)
{	news_id=xmlObj.getElementsByTagName("brand")[i].getAttribute("news_id");
	news_title=xmlObj.getElementsByTagName("brand")[i].getAttribute("news_title");
	if(news_id==31){
		var temp_title = news_title.split('$$');
		news_title = temp_title[0] + " <br> " + temp_title[1];
	}
	news_short=xmlObj.getElementsByTagName("brand")[i].getAttribute("news_short");
	if(news_id==28){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> <br> "+ temp_short[1];
	}

	if(news_id==33){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1];
	}

	if(news_id==36)
	{
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1]+"<br>"+temp_short[2];
	}

	if(news_id==38){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1];
	}

	if(news_id==47){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1];
	}

	if(news_id==48){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1];
	}
	if(news_id==51){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1]+" <br> "+ temp_short[2]+" <br> "+ temp_short[3]+" <br> "+ temp_short[4];
	}
	if(news_id==52){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1]+" <br> "+ temp_short[2]+" <br> "+ temp_short[3]+" <br> "+ temp_short[4];
	}
	if(news_id==53){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1]+" <br> "+ temp_short[2]+" <br> "+ temp_short[3]+" <br> "+ temp_short[4];
	}
	if(news_id==54){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1]+" <br> "+ temp_short[2]+" <br> "+ temp_short[3]+" <br> "+ temp_short[4];
	}
	if(news_id==55){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1]+" <br> "+ temp_short[2]+" <br> "+ temp_short[3]+" <br> "+ temp_short[4]+" <br> "+ temp_short[5];
	}
	if(news_id==56){
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1]+" <br> "+ temp_short[2]+" <br> "+ temp_short[3]+" <br> "+ temp_short[4];
	}
	if(news_id==57){
		var temp_title = news_title.split('$$');
		var temp_short = news_short.split('$$');
		news_title = temp_title[0] + " <br> " + temp_title[1];
		news_short = temp_short[0]+" <br> "+ temp_short[1];
	}
	if(news_id==60){
		var temp_title = news_title.split('$$');
		news_title = temp_title[0] + " <br> " + temp_title[1];
	}
	if(news_id==89)
	{
		var temp_short = news_short.split('$$');
		news_short = temp_short[0]+" <br> "+ temp_short[1]+" <br> "+ temp_short[2];
	}
	
	news_img_path=xmlObj.getElementsByTagName("brand")[i].getAttribute("news_img_path");
	news_date=xmlObj.getElementsByTagName("brand")[i].getAttribute("news_date");
	divData=divData+"<tr><td height='2%' colspan='2'><br><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td width='74%' valign='top'><a href='"+news_id+".html?newsId="+news_id+"&cntryCd="+ctryCd+"'><font size='2' face='Tahoma, Arial, Helvetica, sans-serif'><strong>"+news_title+"</strong></font></a></td><td width='26%' rowspan='2' valign='top'><img src='"+news_img_path+"' width='130' height='85' border='1' class='picture'/></td></tr><tr><td valign='top' class='grey11'>"+news_short+" <br>  <br>          <table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td><span class='grey11'>"+news_date+"</span> </td>   </tr>             </table> </td>         </tr>          </table><br>  <table width='100%' border='0' cellspacing='0' cellpadding='0'>                      <tr>  <td valign='top'><img src='/content_data/LAAM/BV/en/GBPBV/news_data/images/line.gif' width='550' height='3'></td>   </tr>  </table></td></tr>"	
	
}
divData+="<tr>";
if(k>=6)
	{
divData+="<td  align='right'><span class='blue11'> <a href='#TopPage'>الأعلى</a></span></td>"
	}
if(paneLength>1)
	{
divData+="<td  align='left'><span class='blue11'>"+pane+"</span></td>";
	}
divData+="</tr></table>";
//alert(divData);
   document.getElementById("news_content").innerHTML=divData;
}

// function to call load pane and news functions
function loadItems()
{
		var curHost = self.location.host;
		var param = self.location.search;
		var paramName= new Array;
		var paramValue= new Array;

		param= param.substr(12,param.length);

		if(param=="")
		{
			loadPane(1);
			loadNews(1);
			
		}
		else
		{
			var valueParam=param.split("&");
			for(var i=0;i<valueParam.length;i++)
			{
				var spl = valueParam[i].split("=");
				paramName[i]=spl[0];
				paramValue[i]=spl[1];


				var PreviousPage=0;
				var NextPage=0;
				PreviousPage=parseInt(paramValue[i]) - 1;
				NextPage=parseInt(paramValue[i]) + 1;
				loadPane(paramValue[i]);
				loadNews(paramValue[i]);
			}			
		}
}
