/*
	[Destoon B2B System] Copyright (c) 2009 Destoon.COM
	This is NOT a freeware, use is subject to license.txt
*/
var isIE = (document.all && window.ActiveXObject && !window.opera) ? true : false;
var isIE8 = (parseInt(navigator.userAgent.toLowerCase().match( /msie (\d+)/ )[1], 10 )>=8);