function sec()
{
var ge=document.getElementById("DropDownList1").value;
var gestr=document.getElementById("textfieldres").value;
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();
    }
}
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";
 clearInterval(live_mm);
 }
function Currency_move_1()
{
 clearInterval(live_mm);
 }
