function open_win(url_add)
   {
    // window.open(url_add,'Gulf Rose E & C','width=500,height=300,menubar=no,status=no,location=no,toolbar=no,scrollbars=no'); 
	GrPopup=window.open(url_add,'GulfRose','width=500,height=250,menubar=no,status=0,resizable=0,location=0,toolbar=no,scrollbars=no,top=200,left=500');
	//GrPopup.moveTo(500,200);
	//if (window.focus) 
	//GrPopup.document.GRForm.T1.focus();
	//GrPopup.location.href="http://www.GulfRose.net";

  }
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_setTextOfLayer(objName,x,newText) { //v4.01
  if ((obj=MM_findObj(objName))!=null) with (obj)
    if (document.layers) {document.write(unescape(newText)); document.close();}
    else innerHTML = unescape(newText);
}


function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function P7_Snap() { //v2.61 by PVII //P7_Snap('anchor','snapee',0,0);
  var x,y,ox,bx,oy,p,tx,a,b,k,d,da,e,el,args=P7_Snap.arguments;a=parseInt(a);
  for (k=0; k<(args.length-3); k+=4)
   if ((g=MM_findObj(args[k]))!=null) {
    el=eval(MM_findObj(args[k+1]));
    a=parseInt(args[k+2]);b=parseInt(args[k+3]);
    x=0;y=0;ox=0;oy=0;p="";tx=1;da="document.all['"+args[k]+"']";
    if(document.getElementById) {
     d="document.getElementsByName('"+args[k]+"')[0]";
     if(!eval(d)) {d="document.getElementById('"+args[k]+"')";if(!eval(d)) {d=da;}}
    }else if(document.all) {d=da;}
    if (document.all || document.getElementById) {
     while (tx==1) {p+=".offsetParent";
      if(eval(d+p)) {x+=parseInt(eval(d+p+".offsetLeft"));y+=parseInt(eval(d+p+".offsetTop"));
      }else{tx=0;}}
     ox=parseInt(g.offsetLeft);oy=parseInt(g.offsetTop);var tw=x+ox+y+oy;
     if(tw==0 || (navigator.appVersion.indexOf("MSIE 4")>-1 && navigator.appVersion.indexOf("Mac")>-1)) {
      ox=0;oy=0;if(g.style.left){x=parseInt(g.style.left);y=parseInt(g.style.top);
      }else{var w1=parseInt(el.style.width);bx=(a<0)?-5-w1:-10;
      a=(Math.abs(a)<1000)?0:a;b=(Math.abs(b)<1000)?0:b;
      x=document.body.scrollLeft + event.clientX + bx;
      y=document.body.scrollTop + event.clientY;}}
   }else if (document.layers) {x=g.x;y=g.y;var q0=document.layers,dd="";
    for(var s=0;s<q0.length;s++) {dd='document.'+q0[s].name;
     if(eval(dd+'.document.'+args[k])) {x+=eval(dd+'.left');y+=eval(dd+'.top');break;}}}
   if(el) {e=(document.layers)?el:el.style;
   var xx=parseInt(x+ox+a),yy=parseInt(y+oy+b);
   if(navigator.appName=="Netscape" && parseInt(navigator.appVersion)>4){xx+="px";yy+="px";}
   if(navigator.appVersion.indexOf("MSIE 5")>-1 && navigator.appVersion.indexOf("Mac")>-1){
    xx+=parseInt(document.body.leftMargin);yy+=parseInt(document.body.topMargin);
    xx+="px";yy+="px";}e.left=xx;e.top=yy;}}
}

function MM_showHideLayers000() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; 
	}
}
function MM_HideAll() { //v6.0
  var i,p,v,obj,args=HideAll().arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility='hidden'; 
	}
}
function MM_showLayers() { //v6.0
  var i,p,v,obj,args=MM_showLayers.arguments;
  if ((obj=MM_findObj(args[0]))!=null)
  {
  if (obj.style) 
   {
    obj=obj.style;
	 if(obj.visibility=='visible')
	 obj.visibility='hidden';
	 else
	 obj.visibility='visible';
	} 
	  }
 }
 function MM_HideLayers() { //v6.0
  var i,p,v,obj,args=MM_HideLayers.arguments;
 if ((obj=MM_findObj(args[0]))!=null)
  {
  if (obj.style) 
   {
     obj=obj.style;
	 obj.visibility='hidden';
	} 
  }
 }
 function MM_SHL() 
 {
  var i,p,v,obj,args=MM_SHL.arguments;
  //obj=MM_findObj(args[0]);
 obj=document.getElementById(args[0]);
  obj.style.visibility='hidden';
 
  //onMouseOver="P7_Snap('cat_news','sNews',-50,0);MM_showLayers('sNews');
 }
function JustSoPicWindow(imageName,imageWidth,imageHeight,alt,bgcolor,hugger,hugMargin) {
// by E Michael Brandt of ValleyWebDesigns.com - Please leave these comments intact.
// version 3.0.4

        if (bgcolor=="") {
                bgcolor="#FFFFFF";
        }
        var adj=10
        var w = screen.width;
        var h = screen.height;
        var byFactor=1;

        if(w<740){
          var lift=0.90;
        }
        if(w>=740 & w<835){
          var lift=0.91;
        }
        if(w>=835){
          var lift=0.93;
        }
        if (imageWidth>w){
          byFactor = w / imageWidth;
          imageWidth = w;
          imageHeight = imageHeight * byFactor;
        }
        if (imageHeight>h-adj){
          byFactor = h / imageHeight;
          imageWidth = (imageWidth * byFactor);
          imageHeight = h;
        }

        var scrWidth = w-adj;
        var scrHeight = (h*lift)-adj;

        if (imageHeight>scrHeight){
            imageHeight=imageHeight*lift;
          imageWidth=imageWidth*lift;
        }

        var posLeft=0;
        var posTop=0;

        if (hugger == "hug image"){
          if (hugMargin == ""){
            hugMargin = 0;
          }
          var scrHeightTemp = imageHeight - 0 + 2*hugMargin;
          if (scrHeightTemp < scrHeight) {
                scrHeight = scrHeightTemp;
          }
          var scrWidthTemp = imageWidth - 0 + 2*hugMargin;
          if (scrWidthTemp < scrWidth) {
                scrWidth = scrWidthTemp;
          }

          if (scrHeight<100){scrHeight=100;}
          if (scrWidth<100){scrWidth=100;}

          posTop =  ((h-(scrHeight/lift)-adj)/2);
          posLeft = ((w-(scrWidth)-adj)/2);
         }

        if (imageHeight > (h*lift)-adj || imageWidth > w-adj){
                imageHeight=imageHeight-adj;
                imageWidth=imageWidth-adj;
        }
        posTop = parseInt(posTop);
        posLeft = parseInt(posLeft);
        scrWidth = parseInt(scrWidth);
        scrHeight = parseInt(scrHeight);

        var agt=navigator.userAgent.toLowerCase();
        if (agt.indexOf("opera") != -1){
          var args= new Array();
          args[0]='parent';
          args[1]=imageName;
          var i ; document.MM_returnValue = false;
          for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
        } else {
        newWindow = window.open("vwd_justso.htm","newWindow","width="+scrWidth+",height="+scrHeight+",left="+posLeft+",top="+posTop);
        newWindow.document.open();
        newWindow.document.write('<html><title>'+alt+'</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor='+bgcolor+' onBlur="self.close()" onClick="self.close()">');
        newWindow.document.write('<table width='+imageWidth+' border="0" cellspacing="0" cellpadding="0" align="center" height='+scrHeight+' ><tr><td>');
        newWindow.document.write('<img src="'+imageName+'" width='+imageWidth+' height='+imageHeight+' alt="Click screen to close" >');
        newWindow.document.write('</td></tr></table></body></html>');
        newWindow.document.close();
        newWindow.focus();
        }
}

// begin absolutely positioned scrollable area object scripts
// Extension developed by David G. Miles
// Original Scrollable Area code developed by Thomas Brattli
function verifyCompatibleBrowser(){
    this.ver=navigator.appVersion
    this.dom=document.getElementById?1:0
    this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
    this.ie4=(document.all && !this.dom)?1:0;
    this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;

    this.ns4=(document.layers && !this.dom)?1:0;
    this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
    return this
}
bw=new verifyCompatibleBrowser()


var speed=50

var loop, timer

function ConstructObject(obj,nest){
    nest=(!nest) ? '':'document.'+nest+'.'
    this.el=bw.dom?document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):0;
    this.css=bw.dom?document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+'document.'+obj):0;
    this.scrollHeight=bw.ns4?this.css.document.height:this.el.offsetHeight
    this.clipHeight=bw.ns4?this.css.clip.height:this.el.offsetHeight
    this.up=MoveAreaUp;this.down=MoveAreaDown;
    this.MoveArea=MoveArea; this.x; this.y;
    this.obj = obj + "Object"
    eval(this.obj + "=this")
    return this
}
function MoveArea(x,y){
    this.x=x;this.y=y
    this.css.left=this.x
    this.css.top=this.y
}

function MoveAreaDown(move){
        if(this.y>-this.scrollHeight+objContainer.clipHeight){
    this.MoveArea(0,this.y-move)
    if(loop) setTimeout(this.obj+".down("+move+")",speed)
        }
}
function MoveAreaUp(move){
        if(this.y<0){
    this.MoveArea(0,this.y-move)
    if(loop) setTimeout(this.obj+".up("+move+")",speed)
        }
}

function PerformScroll(speed){
        if(initialised){
                loop=true;
                if(speed>0) objScroller.down(speed)
                else objScroller.up(speed)
        }
}

function CeaseScroll(){
    loop=false
    if(timer) clearTimeout(timer)
}
var initialised;
function InitialiseScrollableArea(){
    objContainer=new ConstructObject('divContainer')
    objScroller=new ConstructObject('divContent','divContainer')
    objScroller.MoveArea(0,0)
    objContainer.css.visibility='visible'
    initialised=true;
}
// end absolutely positioned scrollable area object scripts

//Begin Photo Gallery functions
var CurrentPhoto;
var MaxPhoto;
function GetPhoto(){
        var URL = location.href
        var Temp = location.href.split("?Img=")
        CurrentPhoto = Number(Temp[1]);
        document.form1.MyImage.value = "http://www.acarfoundation.com/images/photos/big/photo_"+CurrentPhoto+".jpg"
}
function GetPos(){
        var URL = location.href
        var Temp = location.href.split("?Pos=")
        CurrentPhoto = Number(Temp[1]);
        document.images["MyPhoto"].src = "images/photos/big/photo_"+CurrentPhoto+".jpg"
        document.getElementById("inf").innerHTML = "Photo "+CurrentPhoto+" / "+MaxPhoto
}
function NextPhoto(){
        if(CurrentPhoto<MaxPhoto){
                CurrentPhoto+=1;
                document.images["MyPhoto"].src = "images/photos/big/photo_"+CurrentPhoto+".jpg"
                document.getElementById("inf").innerHTML = "Photo "+CurrentPhoto+" / "+MaxPhoto
        }else{
                alert("This is the last Photo")
        }
}

function PreviousPhoto(){
        if(CurrentPhoto>1){
        CurrentPhoto-=1;
        document.images["MyPhoto"].src = "images/photos/big/photo_"+CurrentPhoto+".jpg"
        document.getElementById("inf").innerHTML = "Photo "+CurrentPhoto+" / "+MaxPhoto
        }else{
                alert("This is the First Photo")
        }

}
if(!location.Pos){
        Initialise();
}
function Initialise(){
        location.Pos = 0
        location.TotalPhotos = 177;
        MaxPhoto = 177;
        location.MaxByPage = 20;
        location.From = 1;
        location.To = 20;
        location.TotalPages = Math.round(location.TotalPhotos / location.MaxByPage);
        location.CurrentPage = 1;

}
function WritePhotos(){
        for(i=location.From;i<=location.To;i++){
                if(i<=location.TotalPhotos){
                location.Pos+=1;
                document.write('<a href="#">');
                document.write('<img src="images/photos/small/photo_'+i+'.jpg" border="0" onClick="MM_openBrWindow(\'photo_popup.html?Pos='+i+'\',\'photoBig\',\'scrollbars=yes,resizable=yes,width=640,height=500\')">');
                document.write('</a>');
                }
        }
}
function NextPage(){
        location.CurrentPage+=1;
        if(location.CurrentPage>location.TotalPages){
                location.CurrentPage-=1;
                alert("This is the last Page")
        }else{
                location.From+=location.MaxByPage;
                location.To+=location.MaxByPage;
                if(location.To>location.TotalPhotos){
                        location.To = location.TotalPhotos;
                }
                location.href = "photos.html"
        }
}
function PreviousPage(){
        location.CurrentPage-=1;
        if(        location.CurrentPage<=0){
                location.CurrentPage+=1;
                alert("This is the first Page")
        }else{
                location.From-=location.MaxByPage;
                location.To-=location.MaxByPage;
                location.href = "photos.html"
        }
}
//begin multiple photo categories
/*

var catPhotoNum = new Array;
catPhotoNum = [3,12,1];

function jumpSelect(){
target = document.getElementById('catSelect');
targetValue=target.options[target.selectedIndex].value;
//document.location="photos.html";
Initialise(catPhotoNum[target.selectedIndex],targetValue);
WritePhotos();
//alert(targetValue);
}

var CurrentPhoto;
var Categorie;
var MaxPhoto;
function GetPhoto(){
        var URL = location.href
        var Temp = location.href.split("?Img=")
        CurrentPhoto = Number(Temp[1]);
        document.form1.MyImage.value = "http://www.acarfoundation.com/images/photos/big/photo_"+CurrentPhoto+".jpg"
}
function GetPos(){
        var URL = location.href
        var Temp = location.href.split("?Pos=")
        var Temp2 = Temp[1].split("|")
        CurrentPhoto = Number(Temp2[0]);
        Categorie = Temp2[1];
        MaxPhoto = Number(Temp2[2]);
        document.images["MyPhoto"].src = "images/photos/"+Categorie+"/big/photo_"+CurrentPhoto+".jpg"
        document.getElementById("inf").innerHTML = "Photo "+CurrentPhoto+" / "+MaxPhoto
}
function NextPhoto(){
        if(CurrentPhoto<MaxPhoto){
                CurrentPhoto+=1;
                document.images["MyPhoto"].src = "images/photos/"+Categorie+"/big/photo_"+CurrentPhoto+".jpg"
                document.getElementById("inf").innerHTML = "Photo "+CurrentPhoto+" / "+MaxPhoto
        }else{
                alert("This is the last Photo")
        }
}

function PreviousPhoto(){
        if(CurrentPhoto>1){
        CurrentPhoto-=1;
        document.images["MyPhoto"].src = "images/photos/"+Categorie+"/big/photo_"+CurrentPhoto+".jpg"
        document.getElementById("inf").innerHTML = "Photo "+CurrentPhoto+" / "+MaxPhoto
        }else{
                alert("This is the First Photo")
        }

}
if(!location.Pos){
        Initialise(3,"snobcovers");
}
function Initialise(MyTotalPhotos,MyCat){
        location.Pos = 0
        location.TotalPhotos = MyTotalPhotos; //number of total photos
        MaxPhoto = location.TotalPhotos; //number of total photos
        location.MaxByPage = 17; //number of photos on every page
        location.From = 1;
        location.To = 17; //number of photos on first page
        location.TotalPages = Math.round(location.TotalPhotos / location.MaxByPage);
        location.CurrentPage = 1;
        location.Cat = MyCat;

}
function WritePhotos(){
        var MyTemp ="";
        document.getElementById('PhotosContent').innerHTML ="";
        for(i=location.From;i<=location.To;i++){
                if(i<=location.TotalPhotos){
                location.Pos+=1;
                //document.write('<a href="#">');
                //document.write('<img src="images/photos/'+location.Cat+'/small/photo_'+i+'.jpg" border="0" onClick="MM_openBrWindow(\'photo_popup.html?Pos='+i+'|'+location.Cat+'\',\'photoBig\',\'scrollbars=yes,resizable=yes,width=640,height=500\')" alt="Click to Enlarge Image">');
                //document.write('</a>');
                MyTemp = '<a href="#">';
                MyTemp +='<img src="images/photos/'+location.Cat+'/small/photo_'+i+'.jpg" border="0" onClick="MM_openBrWindow(\'photo_popup.html?Pos='+i+'|'+location.Cat+'|'+location.TotalPhotos+'\',\'photoBig\',\'scrollbars=yes,resizable=yes,width=640,height=500\')" alt="Click to Enlarge Image">';
                  MyTemp +='</a>';
                 document.getElementById('PhotosContent').innerHTML +=MyTemp;
                }
        }

}
function NextPage(){
        location.CurrentPage+=1;
        if(location.CurrentPage>location.TotalPages){
                location.CurrentPage-=1;
                alert("This is the last Page")
        }else{
                location.From+=location.MaxByPage;
                location.To+=location.MaxByPage;
                if(location.To>location.TotalPhotos){
                        location.To = location.TotalPhotos;
                }
                location.href = "photos.html"
        }
}
function PreviousPage(){
        location.CurrentPage-=1;
        if(        location.CurrentPage<=0){
                location.CurrentPage+=1;
                alert("This is the first Page")
        }else{
                location.From-=location.MaxByPage;
                location.To-=location.MaxByPage;
                location.href = "photos.html"
        }
}
*/
//end multiple photo categories

//End Photo Gallery functions

// Top Navigation Bar functions by Dino

// Definition of global variables

var is_ie = ( (navigator.userAgent.toLowerCase().indexOf("msie") != -1) &&
                   (navigator.userAgent.toLowerCase().indexOf("opera") == -1) );

var NavRollBackLayersToHide = new Array();
var counter = 0;
var NavRollBacktoMenu = "";
var PanelSlideOut = "";

function TopNavDropDown (AttacheAId, CoucheAttacheId, dx, dy)
{
        var menuItem = document.getElementById (AttacheAId);
        var KeeperImage = document.getElementById ("KeeperImage");

        NavRollBackLayersToHide[counter++] = CoucheAttacheId;
        TopNavRollBacktoMenu = AttacheAId;

        var containingDiv = document.getElementById(CoucheAttacheId);

        if(is_ie){
                KeeperImage.height = menuItem.scrollHeight+9;
                KeeperImage.width =  menuItem.scrollWidth;
                diff = containingDiv.scrollWidth - KeeperImage.width;
                if (diff > 0) diff = -diff;
                P7_Snap(AttacheAId,CoucheAttacheId,diff +dx , 0 +dy);
                P7_Snap(AttacheAId,'NavDropsKeeper', dx,-6);
        }
        else{
                KeeperImage.height = menuItem.scrollHeight;
                KeeperImage.width =  menuItem.scrollWidth;
                diff = containingDiv.scrollWidth - KeeperImage.width;
                if (diff > 0) diff = -diff;
                P7_Snap(AttacheAId,CoucheAttacheId,diff,KeeperImage.height+3);
                P7_Snap(AttacheAId,'NavDropsKeeper',0,0);
        }
        MM_showHideLayers(CoucheAttacheId,'','show');
        MM_showHideLayers('NavDropsKeeper','','show');
        MM_showHideLayers('HideAll','','show');
//var x = document.getElementById ('HideAll');
        //alert (x);return;//DinoBassem
}
function NavRollBack()
{
        while (counter !=0)
                MM_showHideLayers(NavRollBackLayersToHide[--counter],'','hide');
        MM_showHideLayers('NavDropsKeeper','','hide');
        MM_showHideLayers('HideAll','','hide');
        if (NavRollBacktoMenu != "") document.getElementById (NavRollBacktoMenu).className = "";
        NavRollBacktoMenu = "";
}

function TopNavDropDropDown (AttacheAId, CoucheAttacheId)
{
        var menuItem = document.getElementById (AttacheAId);
        var KeeperImage = document.getElementById ("KeeperImage");

        NavRollBackLayersToHide[counter++] = CoucheAttacheId;
        NavRollBacktoMenu = AttacheAId;

        //var containingDiv = document.getElementById(AttacheAId);

        if(is_ie){
                KeeperImage.height = menuItem.scrollHeight+2;
                KeeperImage.width =  menuItem.scrollWidth;
                P7_Snap(AttacheAId,CoucheAttacheId,-KeeperImage.width-7,-1);
                P7_Snap(AttacheAId,'NavDropsKeeper',0,0);
        }
        else{
                KeeperImage.height = menuItem.scrollHeight;
                KeeperImage.width =  menuItem.scrollWidth;
                P7_Snap(AttacheAId,CoucheAttacheId,-KeeperImage.width+2,-1);
                P7_Snap(AttacheAId,'NavDropsKeeper',0,0);
        }


        MM_showHideLayers(CoucheAttacheId,'','show');
        MM_showHideLayers('NavDropsKeeper','','show');
        MM_showHideLayers('HideAll','','show');

        menuItem.className = "sousbouttonActif";
}

// /Top Navigation Bar functions by Dino

//image slideshows

/****** image arrays are in the HP **********/
var CurrentPic = 0;

function PlayAll(){
        document.images["hpslideimg"].src = hpSlides[CurrentPic];
        MyInterval = setInterval(ChangePic,3000);
}

function ChangePic(){
        if(CurrentPic<hpSlides.length-1){
                CurrentPic++;
        }else{
                CurrentPic = 0;
        }
				document.images["hpslideimg"].src = hpSlides[CurrentPic];
				URL1 =Links1[CurrentPic];
}

var CurrentPic2 = 0;
function PlayAll2(){
        document.images["hpslideimg2"].src = hpSlides2[CurrentPic2];
        MyInterval2 = setInterval(ChangePic2,3000);
}

function ChangePic2(){
        if(CurrentPic2<hpSlides2.length-1){
                CurrentPic2++;
        }else{
                CurrentPic2 = 0;
        }
				document.images["hpslideimg2"].src = hpSlides2[CurrentPic2];
				URL2 =Links2[CurrentPic2];
}


var CurrentPic3 = 0;


function getURL(id){
	window.location = eval("URL"+id);
}

function PlayAll3(){
        document.images["hpslideimg3"].src = hpSlides3[CurrentPic3];
        MyInterval3 = setInterval(ChangePic3,3000);
}

function ChangePic3(){
        if(CurrentPic3<hpSlides3.length-1){
                CurrentPic3++;
        }else{
                CurrentPic3 = 0;
        }
				document.images["hpslideimg3"].src = hpSlides3[CurrentPic3];
				URL3 =Links3[CurrentPic3];
}
	
// /image slideshows

// ---------------------------- PERSONAL NON-GENERATED SCRIPTS BELOW ------------------ //



function openPageArabic() {
var url = location.href; //retrieve url
var prefix1 = url.substring (0,url.lastIndexOf('.')); //retrieve url before last [arg]
var suffix1 = url.substring (url.lastIndexOf('.')); //retrieve url from last [arg] to end
document.location=prefix1+'_a'+suffix1; //redirect to prefix + [arg] + suffix
}

function openPageEnglish() {
var url = location.href; //retrieve url
var prefix2 = url.substring (0,url.lastIndexOf('_a')); //retrieve url before last [arg]
var suffix2 = url.substring (url.lastIndexOf('_a')+2); //retrieve url from after [arg] to end
document.location=prefix2+suffix2; //redirect to prefix + suffix
}

function openExternal() {
var url = location.href;
var pg = url.split('?site=');
alert (pg[1]);
document.write('<FRAME src=\"'+pg[1]+'\" name="content">');
}

var url = location.href; //retrieves entire URL
//var cat = url.split('?cat='); //splits URL in two on the cat var
//var catsplit = url.split('?cat='); //splits URL in two on the cat var
//var catsplit2 = catsplit[1]; //assigns the 2nd index value to a var
//var cat = catsplit2.substr(0,1); //this var is equal to the character right after "?cat="
var filename = url.split('/'); //splits URL in pieces on each slash
filename = filename[filename.length-1]; //retrieves all that is after the last slash
var fileid = filename.split('.'); //splits filename in pieces on each dot
fileid = fileid[0]; //retrieves all that is before the first dot

function highlightElement1(){
//        alert(fileid);
                if(document.getElementById(fileid)){
                        document.getElementById(fileid).className='highlighted1';
                }
}

function highlightElement2(){
        if(pgCat){
                        if(document.getElementById(pgCat)){
                                document.getElementById(pgCat).className='highlighted1';
                        }
                }
}

// M.Seif's Ghassan Moukheiber workaround for incomplete URL
/*
var url = location.href;
var filename1 = url.split('/');
var filename

filename1 = filename1[filename1.length-1];

if (filename1 == "") document.location = "index_ar.asp";

function openPageArabic() {
var id = filename1.split('.');
document.location = id[0]+'_a.'+id[1];
}



function openPageEnglish() {
var id = filename1.split('_a.');
document.location = id[0]+'.'+id[1];
}


filename = filename1.split('.');
filename = filename[0];
*/


function insertSubMenu() {
var url = location.href; //retrieves entire URL
var cat = url.split('?cat='); //splits URL in two on the cat var
document.write('<!--#include file="includes/submenu'+cat[1]+'.txt" -->');
}

function passBodyID(){
   var bodyID = document.body.id;
   window.document.myFlash.SetVariable("body_id", bodyID);
}

function hideSubMenus(){
submenu_corp.style.display = "none";
MM_swapImage('stat_corp','','images/stat_corp.gif',1)
submenu_signin.style.display = "none";
MM_swapImage('stat_signin','','images/stat_signin.gif',1)
}

function showSubMenu1(){
hideSubMenus();
submenu_corp.style.display = "";
MM_swapImage('stat_corp','','images/stat_corp_on.gif',1);
}

function showSubMenu2(){
hideSubMenus();
submenu_signin.style.display = "";
MM_swapImage('stat_signin','','images/stat_signin_on.gif',1);
}

function rimLeft(){
var leftPicsArr = new Array;
leftPicsArr = ["images/rimleft01.jpg","images/rimleft02.jpg","images/rimleft03.jpg","images/rimleft04.jpg"]
leftPic = Math.random();
leftPic = leftPic = Math.round(leftPic *2);
document.write('<img src="'+leftPicsArr[leftPic]+'">');
}

function rimRight(){
var rightPicsArr = new Array;
rightPicsArr = ["images/rimright01.jpg","images/rimright02.jpg","images/rimright03.jpg","images/rimright04.jpg"]
rightPic = Math.random();
rightPic = rightPic = Math.round(rightPic *2);
document.write('<img src="'+rightPicsArr[rightPic]+'">');
}

function SubmitToMailingList() {
        var frm = document.frmMailingList;
        if (trimSpaces(frm.Email.value) == '' || ( ! isValidEmail(frm.Email.value) ) ) {
                alert('please enter a valid email address');
                frm.Email.focus();
                return;
        }
        frm.submit();
}

function clearText()
{
        document.frmMailingList.Email.value="";
}

function toggleVis(id){
        if(document.getElementById(id).style.display==""){
                document.getElementById(id).style.display="none"
        }else{
                document.getElementById(id).style.display=""
        }
}

var lastVis="0"; //first element & option must be id=0

function jumpSelect(){
//if(lastVis!="0"){
document.getElementById(lastVis).style.display="none";
//}
target = document.getElementById('serviceSelect');
targetValue=target.options[target.selectedIndex].value;
document.getElementById(targetValue).style.display="";
lastVis=targetValue;
}

function sendMailTo(name, company, domain) {
  locationstring = 'mai' + 'lto:' + name + '@' + company + '.' + domain;
  window.location.replace(locationstring);
}

function cstat(msgStr) {
  status=msgStr;
  document.MM_returnValue = true;
}
