
function getCartItem(nIndex)
{var act_cart=getCookie("CART_CONTENT")
var sTemp=(act_cart!=null)?sTemp=act_cart.split("\t"):0;return(sTemp.length>0)?sTemp[nIndex]:0;}
function GotoAnchor(sAnchor)
{window.location.hash=sAnchor;}