﻿// JScript 文件



function sec()
{
var ge=document.getElementById("Top1_DropDownList1").value;
var gestr=document.getElementById("textfieldres").value.replace(/(^\s*)|(\s*$)/g, "");
if(ge=="0")
{
if (gestr=="") {
location.href="/MadeInChina--------------.html";
}
else
{
location.href="/MadeInChina-------------"+escape(gestr)+".html";
}

}
else
{ 
if (gestr=="") {
location.href="/MadeInChina-"+ge+"------------.html";
}
else
{
  location.href="/MadeInChina-"+ge+"-----------"+escape(gestr)+".html";
}

}
  
}

function huiche_2()
{
 if (event.keyCode ==13)
    {
    sec();
    }
}
var live_mm;
function Currency_out()
{

 live_mm=setInterval("currency_out_1()",2000);


}

function currency_out_1()
{
document.getElementById("Currency_display").style .display="none"; 
clearInterval(live_mm);
}
function Currency_move()
{

document.getElementById("Currency_display").style .display="block";
if(live_mm)
{
clearInterval(live_mm);
}

}
function Currency_move_1()
{

 clearInterval(live_mm);
}