/*
	[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 = false;
try{if(isIE)
isIE8 = (parseInt(navigator.userAgent.toLowerCase().match(/msie (\d+)/)[0], 10 )>=8);}catch(e){};