﻿// JScript 文件



function sec()
{
var ge=document.getElementById("Top1_DropDownList1").value;
var gestr=document.getElementById("textfieldres").value.replace(/(^\s*)|(\s*$)/g, "");
if(ge=="0")
{
location.href="http://www.pandabuy.com/productDlist.aspx?st="+escape(gestr);
}
else
{
location.href="http://www.pandabuy.com/productDlist.aspx?ClassID="+ge+"&st="+escape(gestr);
}
  
}

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);
 }
