function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function SetCookie (name, value) { var argv = SetCookie.arguments; var argc = SetCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; var path = (argc > 3) ? argv[3] : null; var domain = (argc > 4) ? argv[4] : null; var secure = (argc > 5) ? argv[5] : false; document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "" : ("; path=/")) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : ""); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i24*3600) { SetCookie ("popupbanner", 0); var ver = navigator.appVersion; if (ver.indexOf('MSIE') != -1) { // для IE document.write(""); if (document.all['PopupWindow'].style) window.onerror=null; document.body.scrollTop=10; } else { // для FF, Opera и подобных document.write(""); } } function PopSh() { window.open("http://www.business2russia.ru/","PopupWindow","resizable=1,toolbar=1,location=1,menubar=1,status=1,scrollbars=1"); } function Close() { SetCookie ("popupbanner", 1328538989); document.getElementById('PopupWindow').style.display='none'; }