try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

function resize() {
	blind.repos();
	setSearchWidth();
	$(".colorpicker,#designPatternPicker").css("display","none");
}

function getBrowserAgent() {
	var ua = navigator.userAgent.toLowerCase();
	var is = function(t){ return ua.indexOf(t) != -1; };
	var h = document.getElementsByTagName('html')[0];
	var b = (!(/opera|webtv/i.test(ua))&&/msie\s(\d)/.test(ua)) ? ('ie ie' + RegExp.$1) : is('firefox/2') ? 'gecko ff2' : is('firefox/3') ? 'gecko ff3' : is('gecko/') ? 'gecko' : is('opera/9') ? 'opera opera9' : /opera\s(\d)/.test(ua) ? 'opera opera' + RegExp.$1 : is('konqueror') ? 'konqueror' : is('chrome') ? 'chrome webkit safari' : is('applewebkit/') ? 'webkit safari' : is('mozilla/') ? 'gecko' : '';
	var os = (is('x11') || is('linux')) ? ' linux' : is('mac') ? ' mac' : is('win') ? ' win' : '';
	var c = b + os + ' js';
	h.className += h.className ? ' ' + c : c;
}

function getBrowserCheck() {
	if (!window.XMLHttpRequest) { 
		blind.add({lock:true}); 
		setTimeout(function() {
			var iMax = blind.count();
			if ($$("content" + iMax)) {
				$$("content" + iMax).innerHTML = '<div style="padding:20px; width:512px"><h3 style="text-align:center">Your web browser is not supported by this site.</h3><br /><br /><div class="content"><p>With the recent redesign of our site, the web browser and general site requirements have  changed. Please note that while earlier versions of the browsers listed  below or alternative browsers may appear to function, we offer no  guarantee that the site will retain its full functionality. If you  have any issues when using one of our recommended browsers, please feel  free to contact us. If you experience difficulties with the site and  are not using one of the recommended browsers, we highly advise you to  download the latest version using the links provided.</p><h4>Web Browser Requirements:</h4><ul><li>Internet Explorer 7+ for Windows - <a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx" target="_blank" rel="nofollow">Download</a></li><li>Firefox 2+ for Windows or Mac - <a href="http://http://www.mozilla.com/en-US/firefox/" target="_blank" rel="nofollow">Download</a></li><li>Safari 3+ for Windows or Mac - <a href="http://http://www.apple.com/safari/download/" target="_blank" rel="nofollow">Download</a></li></ul><h4>Additional Requirements:</h4><ul><li>Javascript enabled</li><li>Cookies enabled</li></ul></div></div>';	
			}
			blind.repos();
		},1000);
	}
}

