Selling = new Array(); //  البيع
Selling[1]= 198.80 ;   // دولار امريكي
Selling[2]=386.82 ;   // جنيه استرليني
Selling[3]=261.02;   // يورو
Selling[4]=53 ;   // ريال سعودي
Selling[5]=630.95 ;   // دينار كويتي
Selling[6]=54.20 ;   // درهم اماراتي
Selling[7]=32.21  ;   // جنيه مصري
Selling[8]=496.81 ;   //  دينار بحريني
Selling[9]=51.36  ;   // ريال قطري
Selling[10]=262.16 ;   // دينار اردني
Selling[11]=489.01 ;   // ريال عماني
Selling[12]=158.04 ;   // دولار سويدي
Selling[13]=27.27  ;   // SEK
Selling[14]=1.8192 ;   // ين ياباني


//--------------------------//
Buying = new Array();  // الشراء
Buying[1] =198.30;   // دولار امريكي
Buying[2] =389.39 ;   // جنيه استرليني
Buying[3] =258.78;   // يورو
Buying[4] =52.70 ;   // ريال سعودي
Buying[5] =630.49 ;   // دينار كويتي
Buying[6] =54 ;   // درهم اماراتي
Buying[7] =31.61  ;   // جنيه مصري
Buying[8] =493.39 ;   //  دينار بحريني
Buying[9] =51.14  ;   // ريال قطري
Buying[10] =260.77 ;   // دينار اردني
Buying[11] =481.91 ;   // ريال عماني
Buying[12] =106.14 ;   // كورونا سويدي
Buying[13] =26.45   ;   // SEK
Buying[14] =1.789 ;   // ين ياباني




msg1="<p><span style='font-weight: 400'>";
msg1+="<font face=Tahoma color=gold size=1>أسعار الصرف:&nbsp;</font>";

msg1+="<font face='Tahoma' size='1'><IMG src='flags/flag003.gif' border=0 width='16' height='10'></font>";
msg1+="<font face=Tahoma color=white size=1>شراء:&nbsp;</font>";
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Buying[1])</script></font>";
msg1+="<font face=Tahoma color=white size=1>&nbsp;|&nbsp;بيع:&nbsp;</font>";
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Selling[1])</script>&nbsp;</font>";

msg1+="<font face='Tahoma' size='1'> <IMG src='flags/flag002.gif' border=0 width='16' height='12'></font>"
msg1+="<font face=Tahoma color=white size=1>شراء:&nbsp;</font>"
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Buying[2])</script></font>"
msg1+="<font face=Tahoma color=white size=1>&nbsp;|&nbsp;بيع:&nbsp;</font>"
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Selling[2])</script>&nbsp;</font>"

msg1+="<font face='Tahoma' size='1'> <IMG src='flags/flag024.gif' border=0 width='16' height='11'></font>"
msg1+="<font face=Tahoma color=white size=1>شراء:&nbsp;</font>"
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Buying[4])</script></font>"
msg1+="<font face=Tahoma color=white size=1>&nbsp;|&nbsp;بيع:&nbsp;</font>"
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Selling[4])</script>&nbsp;</font>"

msg1+="<font face='Tahoma' size='1'> <IMG src='flags/flag029.gif' border=0 width='16' height='11'></font>"
msg1+="<font face=Tahoma color=white size=1>شراء:&nbsp;</font>"
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Buying[5])</script></font>"
msg1+="<font face=Tahoma color=white size=1>&nbsp;|&nbsp;بيع:&nbsp;</font>"
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Selling[5])</script>&nbsp;</font>"

msg1+="<font face='Tahoma' size='1'> <IMG src='flags/flag030.gif' border=0 width='16' height='11'></font>"
msg1+="<font face=Tahoma color=white size=1>شراء:&nbsp;</font>"
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Buying[14])</script></font>"
msg1+="<font face=Tahoma color=white size=1>&nbsp;|&nbsp;بيع:&nbsp;</font>"
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Selling[14])</script>&nbsp;</font>"

msg1+="<font face='Tahoma' size='1'> <IMG src='flags/flag098.gif' border=0 width='16' height='11'></font>"
msg1+="<font face=Tahoma color=white size=1>شراء:&nbsp;</font>"
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Buying[3])</script></font>"
msg1+="<font face=Tahoma color=white size=1>&nbsp;|&nbsp;بيع:&nbsp;</font>"
msg1+="<font face=Tahoma color=gold size=1><script type='text/javascript'>document.write(Selling[3])</script></font>"
msg1+="</span></p>"

//<script type='text/javascript'>document.write(msg1)</script>

function rateing(){
//-----------------//
//-----------------//

currencytype =document.exchang.curncy.options[document.exchang.curncy.selectedIndex].value;

if (currencytype ==00){
document.exchang.rate1.value='';
document.exchang.rate2.value='';
if (!document.images)
return
document.images.pictures.src='flags/me.jpg'


}


if (currencytype ==1){
document.exchang.rate1.value=Buying[1];
document.exchang.rate2.value=Selling[1];
document.images.pictures.src='flags/us-flag.jpg'
}

if (currencytype ==2){
document.exchang.rate1.value=Buying[2];
document.exchang.rate2.value=Selling[2];
if (!document.images)
return
document.images.pictures.src='flags/uk-flag.jpg'
}


if (currencytype ==3){
document.exchang.rate1.value=Buying[3];
document.exchang.rate2.value=Selling[3];
document.images.pictures.src='flags/euroflag.jpg'

}

if (currencytype ==4){
document.exchang.rate1.value=Buying[4];
document.exchang.rate2.value=Selling[4];
document.images.pictures.src='flags/sa-flag.jpg'
}

if (currencytype ==5){
document.exchang.rate1.value=Buying[5];
document.exchang.rate2.value=Selling[5];
document.images.pictures.src='flags/ku-flag.jpg'
}

if (currencytype ==6){
document.exchang.rate1.value=Buying[6];
document.exchang.rate2.value=Selling[6];
document.images.pictures.src='flags/tc-flag.jpg'
}

if (currencytype ==7){
document.exchang.rate1.value=Buying[7];
document.exchang.rate2.value=Selling[7];
document.images.pictures.src='flags/eg-flag.jpg'

}


if (currencytype ==8){
document.exchang.rate1.value=Buying[8];
document.exchang.rate2.value=Selling[8];
document.images.pictures.src='flags/ba-flag.jpg'
}

if (currencytype ==9){
document.exchang.rate1.value=Buying[9];
document.exchang.rate2.value=Selling[9];
document.images.pictures.src='flags/qa-flag.jpg'

}

if (currencytype ==10){
document.exchang.rate1.value=Buying[10];
document.exchang.rate2.value=Selling[10];
document.images.pictures.src='flags/jo-flag.jpg'

}

if (currencytype ==11){
document.exchang.rate1.value=Buying[11];
document.exchang.rate2.value=Selling[11];
document.images.pictures.src='flags/mu-flag.jpg'
}


if (currencytype ==12){
document.exchang.rate1.value=Buying[12];
document.exchang.rate2.value=Selling[12];
document.images.pictures.src='flags/sw-flag.jpg'
}

if (currencytype ==13){
document.exchang.rate1.value=Buying[13];
document.exchang.rate2.value=Selling[13];
document.images.pictures.src='flags/wz-flag.jpg'
}

if (currencytype ==14){
document.exchang.rate1.value=Buying[14];
document.exchang.rate2.value=Selling[14];
document.images.pictures.src='flags/ja-flag.jpg'

}
}

//===============================================================
//===============================================================
//===============================================================
function rateing2(){
//-----------------//
Selling = new Array();
Selling[1]=174.45 ;
Selling[2]=252.88 ;
Selling[3]=155.53 ;
Selling[4]=47.46 ;
Selling[5]=569.46 ;
Selling[6]=47.5   ;
Selling[7]=37.66  ;
Selling[8]=462.74 ; 
Selling[9]=47.91  ;
Selling[10]=246.05 ;
Selling[11]=453.12 ;
Selling[12]=106.23 ;
Selling[13]=16.92  ;
Selling[14]=1.3476 ;


//--------------------------//
Buying = new Array();
Buying[1] =174.29 ;
Buying[2] =252.65 ;
Buying[3] =155.53 ;
Buying[4] =46.47  ;
Buying[5] =568.93 ;
Buying[6] =47.45  ;
Buying[7] =37.62  ;
Buying[8] =462.31 ;
Buying[9] =47.87  ;
Buying[10] =245.83 ;
Buying[11] =452.71 ;
Buying[12] =106.14 ;
Buying[13] =16.9   ;
Buying[14] =1.3463 ;



currencytype =document.exchang2.curncy2.options[document.exchang2.curncy2.selectedIndex].value;

if (currencytype ==00){
document.exchang2.rate12.value='';
document.exchang2.rate22.value='';
if (!document.images)
return
document.images.pictures2.src='flags/me.jpg'


}


if (currencytype ==1){
document.exchang2.rate12.value=Buying[1];
document.exchang2.rate22.value=Selling[1];
document.images.pictures2.src='flags/us-flag.jpg'
}

if (currencytype ==2){
document.exchang2.rate12.value=Buying[2];
document.exchang2.rate22.value=Selling[2];
if (!document.images)
return
document.images.pictures2.src='flags/uk-flag.jpg'
}


if (currencytype ==3){
document.exchang2.rate12.value=Buying[3];
document.exchang2.rate22.value=Selling[3];
document.images.pictures2.src='flags/euroflag.jpg'

}

if (currencytype ==4){
document.exchang2.rate12.value=Buying[4];
document.exchang2.rate22.value=Selling[4];
document.images.pictures2.src='flags/sa-flag.jpg'
}

if (currencytype ==5){
document.exchang2.rate12.value=Buying[5];
document.exchang2.rate22.value=Selling[5];
document.images.pictures2.src='flags/ku-flag.jpg'
}

if (currencytype ==6){
document.exchang2.rate12.value=Buying[6];
document.exchang2.rate22.value=Selling[6];
document.images.pictures2.src='flags/tc-flag.jpg'
}

if (currencytype ==7){
document.exchang2.rate12.value=Buying[7];
document.exchang2.rate22.value=Selling[7];
document.images.pictures2.src='flags/eg-flag.jpg'

}


if (currencytype ==8){
document.exchang2.rate12.value=Buying[8];
document.exchang2.rate22.value=Selling[8];
document.images.pictures2.src='flags/ba-flag.jpg'
}

if (currencytype ==9){
document.exchang2.rate12.value=Buying[9];
document.exchang2.rate22.value=Selling[9];
document.images.pictures2.src='flags/qa-flag.jpg'

}

if (currencytype ==10){
document.exchang2.rate12.value=Buying[10];
document.exchang2.rate22.value=Selling[10];
document.images.pictures2.src='flags/jo-flag.jpg'

}

if (currencytype ==11){
document.exchang2.rate12.value=Buying[11];
document.exchang2.rate22.value=Selling[11];
document.images.pictures2.src='flags/mu-flag.jpg'
}


if (currencytype ==12){
document.exchang2.rate12.value=Buying[12];
document.exchang2.rate22.value=Selling[12];
document.images.pictures2.src='flags/sw-flag.jpg'
}

if (currencytype ==13){
document.exchang2.rate12.value=Buying[13];
document.exchang2.rate22.value=Selling[13];
document.images.pictures2.src='flags/wz-flag.jpg'
}

if (currencytype ==14){
document.exchang2.rate12.value=Buying[14];
document.exchang2.rate22.value=Selling[14];
document.images.pictures2.src='flags/ja-flag.jpg'

}
}