// Набор служебный функций
var iexplorer = document.all    ? 1 : 0;
var netscape  = document.layers ? 1 : 0;
var searchfieldWidth = netscape ? 4 : 8;

var ShopUrl = "http://www.vttvomsk.ru/shop/";

var BasketWind;
var ZakazWind;
var SupplyWind;

var DELIM  ='#';
var DELIM2 = '$';
var W = 750, H = 450, T = 20, L = 20;

String.prototype.trim = function()
{
  return this.replace(/(^\s*)|(\s*$)/g, "");
}
function ViewH(id,langsuff){
var newURL=ShopUrl+"viewHaract.asp?id="+id+"&suff="+langsuff;
var W = 460, H = 300, T = 20, L = window.screen.width - W - 20;
  haractWindow = window.open(newURL, 'haractWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+W+',height='+H+',top='+T+',left='+L);
  haractWindow.focus();
}
function ViewPhoto(id,langsuff){
var newURL=ShopUrl+"viewPhoto.asp?"+"id="+id+"&suff="+langsuff;
var W = 460, H = 460, T = 20, L = window.screen.width - W - 20;
  PhotoWindow = window.open(newURL, 'PhotoWindow', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+W+',height='+H+',top='+T+',left='+L);
  PhotoWindow.focus();
}
