// JavaScript Document
function calc ()
{

    new PeriodicalExecuter (function (pe) {
        if ($$('div.anim').first())
        {
		
            var first = $$('div.anim').first();
            var type = first.readAttribute('i_type');
		 
		 
			
            if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
				
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 20 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 140 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 35 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 125 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
				

            }
			
		 
		 
			
            else if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
				
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 20 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 140 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 35  &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 125 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
				

            }
            else if (type == 'r_pm' )
            {
                            
                var g_b = first.readAttribute('h_l');
				
                if (g_b == 'h')
                {
                    if (first.innerHTML <= 0  )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }

                }
                else if (g_b == 'l')
                {
                    if (first.innerHTML <= 0  )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 0 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 's')
                {
                    if (first.innerHTML.charAt(0) == "+"  )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML.charAt(0) == "-" )
                    {
                        first.className = 'anim1 anim_top';
                        first.setStyle({
                            fontWeight: '900'
                        });
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }                           
                            
				

            }
            else
            {
                first.className = 'anim1';
            }











        }
        else
        {
            pe.stop();
        }
	
	
    }, 0.001);
}
function getCountry ()
{
    location.href = "?country="+$('country_list').options[$('country_list').selectedIndex].value;
}



// JavaScript Document
function compare_calc_ ()
{
	
    if ($$('div.anim_no'))
    {	
			
        $$('div.anim_no').each(function(item) {
			
			
            var first = item;
            var type = first.readAttribute('i_type');
			 
			 
				
            if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
					
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 20 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 140 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 35 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 125 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
					
	
            }
            else
            {
                first.className = 'anim1';
            }
	
	
			
        });
    }
    
    $('country_content').innerHTML  = $('country_content_tmp').innerHTML;
    $('country_content_tmp').innerHTML = '';
	
    new PeriodicalExecuter (function (pe) {
	
        if ($$('div.anim').first())
        {
		
            var first = $$('div.anim').first();
            var type = first.readAttribute('i_type');
		 
		 
			
            if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
				
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 20 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 140 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 35 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 125 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
				

            }
            else
            {
                first.className = 'anim1';
            }
            var first = $$('div.anim').first();
            var type = first.readAttribute('i_type');
		 
		 
			
            if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
				
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 20 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 140 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 35  &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 125 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
				

            }
            else
            {
                first.className = 'anim1';
            }
        }
        else
        {
            pe.stop();
        }
	
	
    }, 0.001);
}
function compare_calc ()
{
	
    if ($$('div.anim_no'))
    {	
			
        $$('div.anim_no').each(function(item) {
			
			
            var first = item;
            var type = first.readAttribute('i_type');
			 
			 
				
            if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
					
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 20 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 140 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 35 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 125 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
					
	
            }
            else
            {
                first.className = 'anim1';
            }
	
	
			
        });
    }
    
	
    new PeriodicalExecuter (function (pe) {
	
        if ($$('div.anim').first())
        {
		
            var first = $$('div.anim').first();
            var type = first.readAttribute('i_type');
		 
		 
			
            if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
				
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 20 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 140 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 35 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 125 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
				

            }
            else
            {
                first.className = 'anim1';
            }
            var first = $$('div.anim').first();
            var type = first.readAttribute('i_type');
		 
		 
			
            if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
				
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 20 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 140 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 35  &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 125 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
				

            }
            else
            {
                first.className = 'anim1';
            }
        }
        else
        {
            pe.stop();
        }
	
	
    }, 0.001);
}

function compare_calc_usa ()
{
	
    if ($$('div.anim_no'))
    {	
			
        $$('div.anim_no').each(function(item) {
			
			
            var first = item;
            var type = first.readAttribute('i_type');
			 
			 
				
            if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
					
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 10 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 40 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 15 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 35 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
					
	
            }
            else
            {
                first.className = 'anim1';
            }
	
	
			
        });
    }

	
    new PeriodicalExecuter (function (pe) {
	
        if ($$('div.anim').first())
        {
		
            var first = $$('div.anim').first();
            var type = first.readAttribute('i_type');
		 
		 
			
            if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
				
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 10 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 40 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 15 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 35 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
				

            }
            else
            {
                first.className = 'anim1';
            }
            var first = $$('div.anim').first();
            var type = first.readAttribute('i_type');
		 
		 
			
            if (type == 'r' )
            {
                var g_b = first.readAttribute('g_b');
				
                if (g_b == 'b')
                {
                    if (first.innerHTML <= 10 &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_top';
                    } 
                    else if (first.innerHTML > 40 )
                    {
                        first.className = 'anim1 anim_bottom';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'g')
                {
                    if (first.innerHTML <= 15  &&  first.innerHTML != 0 )
                    {
                        first.className = 'anim1 anim_bottom';
                    } 
                    else if (first.innerHTML > 35 )
                    {
                        first.className = 'anim1 anim_top';
                    }
                    else
                    {
                        first.className = 'anim1';
                    }
                }
                else if (g_b == 'o')
                {
                    first.className = 'anim1';
                }
				

            }
            else
            {
                first.className = 'anim1';
            }
        }
        else
        {
            pe.stop();
        }
	
	
    }, 0.001);
}
