/* Copyright (c) 2009, Godsend Consulting */

if(undefined==gctglobal){var gctglobal={};}gctglobal.dateToIso=function(da,_1){if(undefined==da){return da;}else{if(""==da){return da;}else{dy=da.getFullYear();dm=da.getMonth()+1;dd=da.getDate();if(dy<1970){dy=dy+100;}ys=new String(dy);ms=new String(dm);ds=new String(dd);if(1==ms.length){ms="0"+ms;}if(1==ds.length){ds="0"+ds;}return ys+_1+ms+_1+ds;}}};gctglobal.destroyChildWidgets=function(_2){dojo.query("[widgetId]",_2).forEach(function(n){var w=dijit.byNode(n);if(w){w.destroy();}});};gctglobal.setFormFocus=function(_3){var _4=["text","password","checkbox","radio"];for(var e=0;e<_3.length;e++){var t,_5=_3[e],id=_5.id||_5.name,dj=dijit.byId(id);if(undefined!=dj){if(dj.isFocusable()){t=dj.get("type").toLowerCase();if(0<=dojo.indexOf(_4,t)){dj.focus();return true;}}}else{if(""!=_5.id){t=(_5.type||"").toLowerCase();if(t!="hidden"&&_5.disabled!=true&&0<_5.tabIndex){if((_5.tagName.toUpperCase()=="INPUT"&&(0<=dojo.indexOf(_4,t)))||_5.tagName.toUpperCase()=="TEXTAREA"||_5.tagName.toUpperCase()=="SELECT"){try{_5.focus();return true;}catch(err){}}}}}}return false;};gctglobal.focusOnLoad=function(){for(var f=0;f<document.forms.length;f++){if(this.setFormFocus(document.forms[f])){return true;}}return true;};gctglobal.getAncestor=function(_6,_7){for(_7=_7.toLowerCase();_6=_6.parentNode;){if(_6.tagName&&_6.tagName.toLowerCase()==_7){return _6;}}return null;};gctglobal.renderMsgList=function(_8,_9,_a){var l="",_b=true,_c=2;if("undefined"!=typeof (_9)){_b=(false==_9);}if("undefined"!=typeof (_a)){if(true==_a){_c=1;}}if(_8 instanceof Array){if(_c<=_8.length){l="<ul>";for(var i=0;i<_8.length;i++){l+="<li>"+((_b)?dojox.html.entities.encode(_8[i]):_8[i]);}l+="</ul>";}else{l=((_b)?dojox.html.entities.encode(_8[0]):_8[0]);}}else{l=((_b)?dojox.html.entities.encode(_8):_8);}return l;};gctglobal.renderMsgDiv=function(_d,_e,_f,_10){var c="msgerr",l="";if(0==_e){c="";}else{if(10>_e){c="msgok";}else{if(50>_e){c="msginfo";}else{if(70>_e){c="msgwarn";}}}}l="<div id=\""+_d+"\" class=\""+c+"\">"+this.renderMsgList(_f,_10)+"</div>";this.replaceHTMLById(_d,l);};gctglobal.replaceHTMLById=function(_11,_12){var d=document.createElement(dojo.byId(_11).tagName);d.innerHTML=_12;if(undefined==d.id||""==d.id){d.id=_11;}this.destroyChildWidgets(_11);dojo.parser.parse(d);dojo.place(d,_11,"replace");};gctglobal.setAltAttr=function(o,_13,_14){var _15="",dj=dijit.byId(o.id);if(dj.isValid()&&""!=dj.get("value")){var _16=dj.item;var _15=dj.store.getValue(_16,_13);}djTgt=dijit.byId(_14);if(undefined==djTgt){if(dojo.hasAttr(_14,"value")){dojo.attr(_14,"value",_15);}else{if(dojo.hasAttr(_14,"innerHTML")){dojo.attr(_14,"innerHTML",_15);}}}else{dijit.byId(_14).set("value",_15);}};gctglobal.setDijitChkChild=function(o){dojo.query("input[id^="+o.id+"_]:enabled").forEach("dijit.byId(item.id).set('value', "+dijit.byId(o.id).checked+")");return true;};gctglobal.setDijitChkParent=function(o){var _17=false,_18=null,pid=o.id.split("_",1);var e=dojo.query("input[id^="+pid+"_]:enabled");for(var i=0;i<e.length;i++){var _19=(false!=dijit.byId(e[i].id).get("value"));if(null==_18){_18=_19;}else{if(_18!=_19){_17=true;break;}}}dijit.byId(pid+"").set("value",(!_17&&_18));return true;};gctglobal.setDijitDisableAttr=function(_1a,_1b,_1c){if(null==_1c){dojo.query(_1a).forEach(function(_1d){dijit.byId(_1d.id).set("disabled",_1b);});}else{dojo.query(_1a,_1c).forEach(function(_1e){dijit.byId(_1e.id).set("disabled",_1b);});}};gctglobal.showDialog=function(id,_1f,_20,_21){var d=dijit.byId(id),_22=_21||null;if(d){d.hide();d.titleNode.innerHTML=_20||"";if(null!=_22){d.onDownloadEnd=_22;}d.href=_1f;}else{if(null!=_22){d=new dijit.Dialog({refreshOnShow:true,preventCache:true,id:id,href:_1f,title:_20,onDownloadEnd:_22,onDownloadError:dojo.hitch(this,"_dialogDownloadError",dialogId)});}else{d=new dijit.Dialog({refreshOnShow:true,preventCache:true,id:id,href:_1f,title:_20,onDownloadError:dojo.hitch(this,"_dialogDownloadError",dialogId)});}}d.refresh();d.show();return d;};gctglobal.dialogAlert=function(_23,_24){var dlg=new dijit.Dialog({title:_23,content:_24,onHide:function(){this.destroyRecursive();}});dojo.body().appendChild(dlg.domNode);dlg.show();return dlg;};gctglobal.connectTabSelection=function(_25,_26){dojo.addOnLoad((function(){var dj=dijit.byId(_25);if("undefined"!=typeof (dj)){dojo.connect(dj.tablist,"onSelectChild",function(e){dijit.byId(_26).set("value",e.id);});}}));};gctglobal.showHistoryDtl=function(id,_27){var ttl="ContHistDtl",url="popDailyLogDtl.php?recNo="+id,opt="directories=no,location=no,menubar=no,status=no,toolbar=no,width=750,height=300";_27=_27||"C";if(""!=_27){url+="&eqCd="+_27;if("H"==_27){ttl="ChassisHistDtl";}else{if("G"==_27){ttl="GensetHistDtl";}}}var w=window.open(url,ttl,opt);w.focus();return true;};gctglobal.showHazDtl=function(_28,_29,_2a,_2b,_2c,_2d){var opt="directories=no,location=no,menubar=no,status=no,toolbar=no,width=750,height=300",url="popDangerousCargoDtl.php",ttl="HazDtl";if(""==_28){url+="?bookBol="+encodeURIComponent(_29)+"&vesl="+_2a+"&vyNo="+_2b+"&drEW="+_2c;ttl+="BookBol";}else{url+="?ctNo="+encodeURIComponent(_28);ttl+="CtNo";}url+="&seqNo="+_2d;var w=window.open(url,ttl,opt);w.focus();return true;};gctglobal.showHazDtlForCtNo=function(_2e,_2f){return this.showHazDtl(_2e,"","",0,"",_2f);};gctglobal.showHazDtlForBookBol=function(_30,_31,_32,_33,_34){return this.showHazDtl("",_30,_31,_32,_33,_34);};if("undefined"!=typeof (dojo)){dojo.addOnLoad(function(){var _35=dojo.byId("loader");if(_35){_35.style.display="none";}gctglobal.focusOnLoad();});}
