/* [Destoon B2B System] Copyright (c) 2008-2015 www.destoon.com This is NOT a freeware, use is subject to license.txt */ var UA = navigator.userAgent.toLowerCase(); var isIE = (document.all && window.ActiveXObject && !window.opera) ? true : false; var isGecko = UA.indexOf('webkit') != -1; var DMURL = document.location.protocol+'//'+location.hostname+(location.port ? ':'+location.port : '')+'/'; if(DTPath.indexOf(DMURL) != -1) DMURL = DTPath; var AJPath = DMURL+'ajax.php'; var UPPath = DMURL+'upload.php'; if(isIE) try {document.execCommand("BackgroundImageCache", false, true);} catch(e) {} var xmlHttp; var Try = { these: function() { var returnValue; for (var i = 0; i < arguments.length; i++) {var lambda = arguments[i]; try {returnValue = lambda(); break;} catch (e) {}} return returnValue; } } function makeRequest(queryString, php, func, method) { xmlHttp = Try.these( function() {return new XMLHttpRequest()}, function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')} ); method = (typeof method == 'undefined') ? 'post' : 'get'; if(func) xmlHttp.onreadystatechange = eval(func); xmlHttp.open(method, method == 'post' ? php : php+'?'+queryString, true); xmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xmlHttp.send(method == 'post' ? queryString : null); } function Dd(i) {return document.getElementById(i);} function Ds(i) {Dd(i).style.display = '';} function Dh(i) {Dd(i).style.display = 'none';} function Dsh(i) {Dd(i).style.display = Dd(i).style.display == 'none' ? '' : 'none';} function Df(i) {Dd(i).focus();} var tID=0; function Tab(ID) { var tTab = Dd('Tab'+tID); var tTabs = Dd('Tabs'+tID); var Tab = Dd('Tab'+ID); var Tabs = Dd('Tabs'+ID); if(ID!=tID) {tTab.className='tab'; Tab.className='tab_on'; tTabs.style.display='none'; Tabs.style.display=''; tID = ID; try{Dd('tab').value=ID;}catch(e){}} } function checkall(f, t) { var t = t ? t : 1; for(var i = 0; i < f.elements.length; i++) { var e = f.elements[i]; if(e.type != 'checkbox' || e.name == 'msg' || e.name == 'eml' || e.name == 'sms' || e.name == 'wec') continue; if(t == 1) e.checked = e.checked ? false : true; if(t == 2) e.checked = true; if(t == 3) e.checked = false; } } function Dmsg(str, i, s, t) { var t = t ? t : 5000; var s = s ? 1 : 0; var h = i == 'content' ? 450 : 50; try{ if(typeof Dbrowser != 'undefined') {alert(str);return;} if(s || i == 'content'){$("html, body").animate({scrollTop:$('#d'+i).offset().top-h}, 100);} Dd('d'+i).innerHTML = ' '+str+sound('tip'); Dd(i).focus(); }catch(e){} window.setTimeout(function(){Dd('d'+i).innerHTML = '';}, t); } function Inner(i,s) {try {Dd(i).innerHTML = s;}catch(e){}} function Go(u) {window.location = u;} function confirmURI(m,f) {if(confirm(m)) Go(f);} function showmsg(m, t) { var t = t ? t : 5000; var s = m.indexOf(L['str_delete']) != -1 ? 'delete' : 'ok'; try{Dd('msgbox').style.display = '';Dd('msgbox').innerHTML = m+sound(s);window.setTimeout('closemsg();', t);}catch(e){} } function closemsg() {try{Dd('msgbox').innerHTML = '';Dd('msgbox').style.display = 'none';}catch(e){}} function sound(f) {return '
';} function Eh(t) { var t = t ? t : 'select'; if(isIE) { var arVersion = navigator.appVersion.split("MSIE"); var IEversion = parseFloat(arVersion[1]); if(IEversion >= 7 || IEversion < 5) return; var ss = document.body.getElementsByTagName(t); for(var i=0;i= 7 || IEversion < 5) return; var ss = document.body.getElementsByTagName(t); for(var i=0;i 0) { o = document.cookie.indexOf(s); if(o != -1) { o += s.length; end = document.cookie.indexOf(";", o); if(end == -1) end = document.cookie.length; v = unescape(document.cookie.substring(o, end)); } } return v; } function del_cookie(n) {var e = new Date((new Date()).getTime() - 1 ); e = "; expires=" + e.toGMTString(); document.cookie = CKPrex + n + "=" + escape("") +";path=/"+ e;} function set_local(n, v) {window.localStorage ? localStorage.setItem(CKPrex + n, v) : set_cookie(n, v);} function get_local(n) {return window.localStorage ? localStorage.getItem(CKPrex + n) : get_cookie(n);} function del_local(n) {window.localStorage ? localStorage.removeItem(CKPrex + n) : del_cookie(n);} function substr_count(str, exp) {if(str == '') return 0;var s = str.split(exp);return s.length-1;} function checked_count(id) {var c=0;$('#'+id).find(':checked').each(function(i){c++;});return c;} function lang(s, a) {for(var i = 0; i < a.length; i++) {s = s.replace('{V'+i+'}', a[i]);} return s;} function get_cart() {var cart = parseInt(get_cookie('cart'));return cart > 0 ? cart : 0;} document.onkeydown = function(e) { var k = typeof e == 'undefined' ? event.keyCode : e.keyCode; if(k == 37) { try{if(Dd('destoon_previous').value && typeof document.activeElement.name == 'undefined')Go(Dd('destoon_previous').value);}catch(e){} } else if(k == 39) { try{if(Dd('destoon_next').value && typeof document.activeElement.name == 'undefined')Go(Dd('destoon_next').value);}catch(e){} } else if(k == 38 || k == 40 || k == 13) { try{if(Dd('search_tips').style.display != 'none' || Dd('search_tips').innerHTML != ''){SCTip(k);return false;}}catch(e){} } } $(document).ready(function(){ $(window).bind("scroll.back2top", function() { var st = $(document).scrollTop(), winh = $(window).height(); (st > 0) ? $('.back2top').show() : $('.back2top').hide(); if(!window.XMLHttpRequest) { $('.back2top').css("top", st + winh - 166);}//IE6 }); $('.back2top').click(function() { $("html, body").animate({scrollTop:0}, 200); }); });