// ************************************************************************************************

    // To make show/hide in all browser versions.
    var _block = ( navigator.appName.indexOf( "Internet Explorer" ) != -1 ) ? "block" : "block";
    var _none = "none";

    function _showElement( pObject, pVisible )
    {
        // Get the element of given id.
        var element = pObject;
        try // This try catch is necessary for browsers other than IE.
        {
            // Check the passed parameter is a id or an object.
            if( element.indexOf( '[object' ) == -1 )
		        element = document.getElementById( pObject );
		}
		catch(e) { /* Ignore the error */ }
        
        // Check the element was found or not.
        if ( !_isNull( element ) )
        {
		    if( pVisible )
			    element.style.display = _block;
		    else
			    element.style.display = _none;
        }
    }
    
    // This method Gets the element using the given Id.
    function _getElement( pId )
    {
        // Get the element of given id.
        var element = document.getElementById( pId );
        
        // Check the element was found or not.
        if ( _isNull( element ) )
            return null;

        // Return the element.
        return element;
    }
    
    // This method check the given object is null or undefined.
    function _isNull( pValue )
    {
	    // Return true or false.
	    return ( pValue == null || pValue == undefined || pValue == '' );
    }

// ************************************************************************************************

// Chained Selects


// This script is free as long as the copyright notice remains intact.

var onclickaction="alert"

function goListGroup(){
for (i=arguments.length-1;i>=0; i--){
if (arguments[i].selectedIndex!=-1)
{
var selectedOptionvalue=arguments[i].options[arguments[i].selectedIndex].value

if (selectedOptionvalue!="")

//alert(selectedOptionvalue);
	{
	if(selectedOptionvalue == "Argentina")
		{
			_showElement('Div_Country1', true);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
	if(selectedOptionvalue == "Chile")
		{
			_showElement('Div_Country2', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}
		if(selectedOptionvalue == "Colombia")
		{
			_showElement('Div_Country3', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}
		if(selectedOptionvalue == "Peru")
		{
			_showElement('Div_Country4', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}
		if(selectedOptionvalue == "Venezuela")
		{
			_showElement('Div_Country5', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}
		if(selectedOptionvalue == "Uruguay")
		{
			_showElement('Div_Country6', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Japan")
		{
			_showElement('Div_Country7', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Brazil")
		{
			_showElement('Div_Country8', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Belgium")
		{
			_showElement('Div_Country9', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Egypt")
		{
			_showElement('Div_Country10', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Greece")
		{
			_showElement('Div_Country11', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Italy")
		{
			_showElement('Div_Country12', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Pakistan")
		{
			_showElement('Div_Country13', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Poland")
		{
			_showElement('Div_Country14', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Russia")
		{
			_showElement('Div_Country15', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Spain")
		{
			_showElement('Div_Country16', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}
		if(selectedOptionvalue == "Turkey")
		{
			_showElement('Div_Country17', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}	
		if(selectedOptionvalue == "UAE")
		{
			_showElement('Div_Country18', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}	
		if(selectedOptionvalue == "UK")
		{
			_showElement('Div_Country19', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
			
		}	
		if(selectedOptionvalue == "Australia")
		{
			_showElement('Div_Country20', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}	
		if(selectedOptionvalue == "China")
		{
			_showElement('Div_Country21', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}	
		if(selectedOptionvalue == "Guam")
		{
			_showElement('Div_Country22', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}	
		if(selectedOptionvalue == "Hong Kong")
		{
			_showElement('Div_Country23', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}	
		if(selectedOptionvalue == "India")
		{
			_showElement('Div_Country24', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}
		if(selectedOptionvalue == "Indonesia")
		{
			_showElement('Div_Country25', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}
		if(selectedOptionvalue == "Korea")
		{
			_showElement('Div_Country26', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}	
		if(selectedOptionvalue == "Malaysia")
		{
			_showElement('Div_Country27', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}	
		if(selectedOptionvalue == "Philippines")
		{
			_showElement('Div_Country28', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
			_showElement('Div_Country31', false);
		}	
		if(selectedOptionvalue == "Singapore")
		{
			_showElement('Div_Country29', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country31', false);
		}	
		if(selectedOptionvalue == "Taiwan")
		{
			_showElement('Div_Country30', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country31', false);
		}
		if(selectedOptionvalue == "Thailand")
		{
			_showElement('Div_Country31', true);
			_showElement('Div_Country1', false);
			_showElement('Div_Country2', false);
			_showElement('Div_Country3', false);
			_showElement('Div_Country4', false);
			_showElement('Div_Country5', false);
			_showElement('Div_Country6', false);
			_showElement('Div_Country7', false);
			_showElement('Div_Country8', false);
			_showElement('Div_Country9', false);
			_showElement('Div_Country10', false);
			_showElement('Div_Country11', false);
			_showElement('Div_Country12', false);
			_showElement('Div_Country13', false);
			_showElement('Div_Country14', false);
			_showElement('Div_Country15', false);
			_showElement('Div_Country16', false);
			_showElement('Div_Country17', false);
			_showElement('Div_Country18', false);
			_showElement('Div_Country19', false);
			_showElement('Div_Country20', false);
			_showElement('Div_Country21', false);
			_showElement('Div_Country22', false);
			_showElement('Div_Country23', false);
			_showElement('Div_Country24', false);
			_showElement('Div_Country25', false);
			_showElement('Div_Country26', false);
			_showElement('Div_Country27', false);
			_showElement('Div_Country28', false);
			_showElement('Div_Country29', false);
			_showElement('Div_Country30', false);
		}	
	
	/*if (onclickaction=="alert")
	alert(selectedOptionvalue)
	else if (newwindow==1)
	window.open(selectedOptionvalue)
	else
	window.location=selectedOptionvalue
	break*/
	}
}
}
}


function goTo(e)
{
	if( e.name == 'city' )
	{
		var selectedValue = e.options[e.selectedIndex].value;
		var selectedOptionvalue=arguments[i].options[arguments[i].selectedIndex].value
		
		if(selectedOptionvalue == "Bahia Blanca")
		{
			_showElement('Div_BahiaBlanca', true);
		}
		alert('sdf');
		
		
		
	}
}


var _disable_empty_list=false;
var _hide_empty_list=false;

// ------
if (typeof(disable_empty_list)=="undefined") { disable_empty_list=_disable_empty_list; }
if (typeof(hide_empty_list)=="undefined") { hide_empty_list=_hide_empty_list; }

var cs_goodContent=true, cs_M="M", cs_L="L", cs_curTop=null, cs_curSub=null;

function cs_findOBJ(obj,n) {
  for (var i=0; i<obj.length; i++) {
    if (obj[i].name==n) { return obj[i]; }
  }
  return null;
}
function cs_findContent(n) { return cs_findOBJ(cs_content,n); }

function cs_findM(m,n) {
  if (m.name==n) { return m; }

  var sm=null;
  for (var i=0; i<m.items.length; i++) {
    if (m.items[i].type==cs_M) {
      sm=cs_findM(m.items[i],n);
      if (sm!=null) { break; }
    }
  }
  return sm;
}
function cs_findMenu(n) { return (cs_curSub!=null && cs_curSub.name==n)?cs_curSub:cs_findM(cs_curTop,n); }

function cs_contentOBJ(n,obj){ this.name=n; this.menu=obj; this.lists=new Array(); this.cookie=""; }; cs_content=new Array();
function cs_topmenuOBJ(tm) { this.name=tm; this.items=new Array(); this.df=0; this.addM=cs_addM; this.addL=cs_addL; }
function cs_submenuOBJ(dis,link,sub) {
  this.name=sub;
  this.type=cs_M; this.dis=dis; this.link=link; this.df=0;

  var x=cs_findMenu(sub);
  this.items=x==null?new Array():x.items;

  this.addM=cs_addM; this.addL=cs_addL;
}
function cs_linkOBJ(dis,link) { this.type=cs_L; this.dis=dis; this.link=link; }

function cs_addM(dis,link,sub) { this.items[this.items.length]=new cs_submenuOBJ(dis,link,sub); }
function cs_addL(dis,link) { this.items[this.items.length]=new cs_linkOBJ(dis,link); }

function cs_showMsg(msg) { window.status=msg; }
function cs_badContent(n) { cs_goodContent=false; cs_showMsg("["+n+"] Not Found."); }

function cs_optionOBJ(text,value) { this.text=text; this.value=value; }
function cs_emptyList(list) { for (var i=list.options.length-1; i>=0; i--) { list.options[i]=null; } }
function cs_refreshList(list,opt,df) {
  cs_emptyList(list);

  for (var i=0; i<opt.length; i++) {
    list.options[i]=new Option(opt[i].text, opt[i].value);
  }

  if (opt.length>0) {
    list.selectedIndex=df;
  }
}
function cs_getOptions(menu) {
  var opt=new Array();
  for (var i=0; i<menu.items.length; i++) {
    opt[i]=new cs_optionOBJ(menu.items[i].dis, menu.items[i].link);
  }
  return opt;
}
function cs_updateListGroup(content,idx,sidx,mode) {
  var i=0, curItem=null, menu=content.menu;

  while (i<idx) {
    menu=menu.items[content.lists[i++].selectedIndex];
  }

  if (menu.items[sidx].type==cs_M && idx<content.lists.length-1) {
    var df=cs_getIdx(mode,content.cookie,idx+1,menu.items[sidx].df);

    cs_refreshList(content.lists[idx+1], cs_getOptions(menu.items[sidx]), df);
    if (content.cookie) {
      cs_setCookie(content.cookie+"_"+(idx+1),df);
    }

    if (idx+1<content.lists.length) {
      if (disable_empty_list) {
        content.lists[idx+1].disabled=false;
      }
      if (hide_empty_list) {
        content.lists[idx+1].style.display="";
      }

      cs_updateListGroup(content,idx+1,df,mode);
    }
  }
  else {
    for (var s=idx+1; s<content.lists.length; s++) {
      cs_emptyList(content.lists[s]);

      if (disable_empty_list) {
        content.lists[s].disabled=true;
      }
      if (hide_empty_list) {
        content.lists[s].style.display="none";
      }

      if (content.cookie) {
        cs_setCookie(content.cookie+"_"+s,"");
      }
    }
  }
}
function cs_initListGroup(content,mode) {
  var df=cs_getIdx(mode,content.cookie,0,content.menu.df);

  cs_refreshList(content.lists[0], cs_getOptions(content.menu), df);
  if (content.cookie) {
    cs_setCookie(content.cookie+"_"+0,df);
  }

  cs_updateListGroup(content,0,df,mode);
}

function cs_updateList() {
  var content=this.content;
  for (var i=0; i<content.lists.length; i++) {
    if (content.lists[i]==this) {
      if (content.cookie) {
        cs_setCookie(content.cookie+"_"+i,this.selectedIndex);
      }

      if (i<content.lists.length-1) {
        cs_updateListGroup(content,i,this.selectedIndex,"");
      }
    }
  }
}

function cs_getIdx(mode,name,idx,df) {
  if (mode) {
    var cs_idx=cs_getCookie(name+"_"+idx);
    if (cs_idx!="") {
      df=parseInt(cs_idx);
    }
  }
  return df;
}

function _setCookie(name, value) {
  document.cookie=name+"="+value;
}
function cs_setCookie(name, value) {
  setTimeout("_setCookie('"+name+"','"+value+"')",0);
}

function cs_getCookie(name) {
  var cookieRE=new RegExp(name+"=([^;]+)");
  if (document.cookie.search(cookieRE)!=-1) {
    return RegExp.$1;
  }
  else {
    return "";
  }
}

// ----
function addListGroup(n,tm) {
  if (cs_goodContent) {
    cs_curTop=new cs_topmenuOBJ(tm); cs_curSub=null;

    var c=cs_findContent(n);
    if (c==null) {
      cs_content[cs_content.length]=new cs_contentOBJ(n,cs_curTop);
    }
    else {
      delete(c.menu); c.menu=cs_curTop;
    }
  }
}

function addList(n,dis,link,sub,df) {
  if (cs_goodContent) {
    cs_curSub=cs_findMenu(n);

    if (cs_curSub!=null) {
      cs_curSub.addM(dis,link||"",sub);
      if (typeof(df)!="undefined") { cs_curSub.df=cs_curSub.items.length-1; }
    }
    else {
      cs_badContent(n);
    }
  }
}

function addOption(n,dis,link,df) {
  if (cs_goodContent) {
    cs_curSub=cs_findMenu(n);

    if (cs_curSub!=null) {
      cs_curSub.addL(dis,link||"");
      if (typeof(df)!="undefined") { cs_curSub.df=cs_curSub.items.length-1; }
    }
    else {
      cs_badContent(n);
    }
  }
}

function initListGroup(n) {
  var _content=cs_findContent(n), count=0;
  if (_content!=null) {
    content=new cs_contentOBJ("cs_"+n,_content.menu);
    cs_content[cs_content.length]=content;

    for (var i=1; i<initListGroup.arguments.length; i++) {
      if (typeof(arguments[i])=="object" && arguments[i].tagName && arguments[i].tagName=="SELECT") {
        content.lists[count]=arguments[i];

        arguments[i].onchange=cs_updateList;
        arguments[i].content=content; arguments[i].idx=count++;
      }
      else if (typeof(arguments[i])=="string" && /^[a-zA-Z_]\w*$/.test(arguments[i])) {
        content.cookie=arguments[i];
      }
    }

    if (content.lists.length>0) {
      cs_initListGroup(content,content.cookie);
    }
  }
}

function resetListGroup(n) {
  var content=cs_findContent("cs_"+n);
  if (content!=null && content.lists.length>0) {
    cs_initListGroup(content,"");
  }
}
// ------

