﻿var BasketPath = '../Basket.aspx';

function OpenBasket() {
    window.location.href = BasketPath;
}

var KopilkaPath = '../kopilka.aspx';

function OpenKopilka() {
    window.location.href = KopilkaPath;
}

function trim(string)
{
    return string.replace(/(^\s+)|(\s+$)/g, "");
}