Venda.Platform=function(){};Venda.Platform.getUrlParam=function(d,c){var b=d.match(RegExp("[?&]"+c+"=([^&]+)"));return b?unescape(b[1]):!1};Venda.Platform.escapeHTML=function(d){var c=document.createElement("span");c.appendChild(document.createTextNode(d));return c.innerHTML};
Venda.Platform.SelectBoxToggle=function(d,c,b,e,f){var g=typeof f==="undefined"?0:f,f=function(){if(this.value==c){for(var a=0;a<b.length;a++)jQuery("#"+b[a]+" > *").each(function(){this.type=="text"?this.value="":this.type=="select-one"&&jQuery("#"+this.id+" > *").each(function(){if(this.value=="")this.selected=!0})}),jQuery("#"+b[a]).hide(g);for(a=0;a<e.length;a++)jQuery("#"+e[a]).show(g)}else{for(a=0;a<e.length;a++)jQuery("#"+e[a]+" > *").each(function(){this.type=="text"?this.value="":this.type==
"select-one"&&jQuery("#"+this.id+" > *").each(function(){if(this.value=="")this.selected=!0})}),jQuery("#"+e[a]).hide(g);for(a=0;a<b.length;a++)jQuery("#"+b[a]).show(g)}};jQuery("#"+d).each(f).bind("change",f)};

