
function ChangeBasketN()
{
myWin= window.open ("", "window",
    "width=200,height=200,resizable=0,toolbar=0,location=0,status=0,scrollbars=0");
myWin.document.open();
myWin.document.write('<html><head><meta http-equiv="content-type" content="text/html; charset=windows-1251">');
myWin.document.writeln('<title>IPCamera.ru - интернет-магазин</title>');
myWin.document.writeln('<br><h5 align="center">Товар добавлен в корзину</h5>');
myWin.document.writeln('<h5 align="center">Для отправки заказа перейдите на страницу <br> <a href=javascript:window.close();window.opener.location="/basket/";>Ваша корзина</a></h5>');
myWin.document.writeln('<h5 align="center"><a href=javascript:window.close();>OK</a></h5>');
myWin.document.close();
}


