document.getElementById("sstop").innerHTML='用戶註冊 | 登錄 | ';
document.write('
');
document.write(' | ');
document.write('購物車暫時為空 | ');
document.write('去結算 | ');
document.write('用戶中心 |
');
function cheng(n1,n2,n3,n4,n5) {
var utype=parseInt(0);
if (utype==2)
{return n2;}
else if (utype==3)
{return n3;}
else if (utype==4)
{return n4;}
else if (utype==5)
{return n5;}
else
{return n1;}
}