////////////////////////////// body //////////////


function BodymiddleStyle_div_middle_news()
{
 $('#BodymiddleStyle_div_middle_news_1').mouseout( function() { 
 //alert("Hello"); 
   $('#BodymiddleStyle_div_middle_news_1').cycle({
	    fx:     'scrollUp',
        speed:    500,
		timeout:  5000

    });
 } );

 $('#BodymiddleStyle_div_middle_news_1').mouseover( function() { 
 //alert("Hello"); 
$('#BodymiddleStyle_div_middle_news_1').cycle('stop');
 } );


 $('#BodymiddleStyle_div_middle_news_1').mouseout();

}//function BodymiddleStyle_div_middle_news()


$(document).ready(function() {





/*
$("select#Variable_language_ATION").change( function() { 
var Vdir = URL_N+'language='+$(this).val();
//URL = URL_P
var URL_P_slach = getDirPath(URL_P)
var empty_index = getDirPath2(URL_P)
 
 // alert(URL_P.lastIndexOf("/"));
 //textval.length
 
 	//var result = unescape(URL.substring(0,(20) + 1)); 
//alert(f)
 if(empty_index =='')
 {
  //alert(URL_P_slach+'index.php?')
  top.location = URL_P_slach+'index.php?language='+$(this).val();
  }else if(empty_index !='')
  {
  top.location = Vdir;
  }

} );
*/
  /*  $('#slideshow1').cycle({
		speed:    300,
		timeout:  1000,
		shuffle:  {left:-300, top:30},
		clip:     'zoom',
		fx:       'all',
		before:   function(c,n,o) {$(o.caption).html(o.currFx);},
		caption:  '#caption1'
    });*/

  /*  $('#slideshow1').cycle({
		speed:    500,
		timeout:  1500,
		easing:  'easeInBack',
		fx: 'scrollLeft,scrollDown,scrollRight,scrollUp',
		randomizeEffects: false,
		before:  function(c,n,o) {$(o.caption).html(o.currFx);},
		caption: '#caption2'
    });*/



	/*
	$(function() {
    $('#s4').before('<div id="nav" class="nav">').cycle({
        fx:     'turnDown',
        speed:  'fast',
        timeout: 3000,
        pager:  '#nav',
        before: function() { if (window.console) console.log(this.src); }
    });
});
	*/
	
	
	BodymiddleStyle_div_middle_news();



	
/*	
		
	 $('#BodymiddleStyle_div_middle_news_1').cycle({
	    fx:     'scrollUp',
        speed:    500,
		timeout:  5000

    });
	
*/
 
 
 
 
 
 
 
 
var M_left = 0 ;// (($(window).width()) - ($("div#beta_DIV_ft").width()))/2;
var M_top = 0 ; //$(window).height() - $("img#beta_img_ft").height();
$("div#beta_DIV_ft").css({
left:Math.floor(M_left) +'px',
top:Math.floor(M_top)+'px',
border:'#FF0000 solid 0px'
}).show();


$("img#beta_close_ICON").click( function() {
//$('div#beta_DIV_ft').fadeOut("slow"); 

$('div#beta_DIV_ft').animate({
  height: 'toggle', opacity: 'toggle'
}, "slow");



} );// $("img#beta_close_ICON").click( function() {

});//$(document).ready(function() {
	
	
	
/*
if(Class_array::$Variable_language == 'ar'){
?>

<script>

$(document).ready(function() {
var M_left = 0 ;// (($(window).width()) - ($("div#beta_DIV_ft").width()))/2;
var M_top = 0 ; //$(window).height() - $("img#beta_img_ft").height();
$("div#beta_DIV_ft").css({
left:Math.floor(M_left) +'px',
top:Math.floor(M_top)+'px',
border:'#FF0000 solid 0px'
}).show();


$("img#beta_close_ICON").click( function() {
//$('div#beta_DIV_ft').fadeOut("slow"); 

$('div#beta_DIV_ft').animate({
  height: 'toggle', opacity: 'toggle'
}, "slow");



} );// $("img#beta_close_ICON").click( function() {

});//$(document).ready(function() {

</script>

<?
}//if(Class_array::$Variable_language == 'ar')
else 
{
?>

<script>

$(document).ready(function() {

var M_left =  (($(window).width()) - ($("div#beta_DIV_ft").width()));
var M_top = 0 ; //$(window).height() - $("img#beta_img_ft").height();
$("div#beta_DIV_ft").css({
left:Math.floor(M_left) +'px',
top:Math.floor(M_top)+'px',
border:'#FF0000 solid 0px'
}).show();


$("img#beta_close_ICON").click( function() {
//$('div#beta_DIV_ft').fadeOut("slow"); 

$('div#beta_DIV_ft').animate({
  height: 'toggle', opacity: 'toggle'
}, "slow");



} );// $("img#beta_close_ICON").click( function() {

});//$(document).ready(function() {

</script>

<?

}//else if(Class_array::$Variable_language == 'ar')
*/	
