function addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}
TestClass=Class.create();TestClass.prototype={initialize:function(){},servicos_portaporta:function(){var myAjax=new Ajax.Request('html/servicos_porta_porta.fix',{method:'post',onComplete:this.handleRequest});},servicos_emergencia:function(){var myAjax=new Ajax.Request('html/servicos_emergencia.fix',{method:'post',onComplete:this.handleRequest});},servicos_plus:function(){var myAjax=new Ajax.Request('html/servicos_plus.fix',{method:'post',onComplete:this.handleRequest});},servicos_produtossensiveis:function(){var myAjax=new Ajax.Request('html/servicos_produtossensiveis.fix',{method:'post',onComplete:this.handleRequest});},servicos_coleta:function(){var myAjax=new Ajax.Request('html/servicos_coleta.fix',{method:'post',onComplete:this.handleRequest});},servicos_internacional:function(){var myAjax=new Ajax.Request('html/servicos_internacional.fix',{method:'post',onComplete:this.handleRequest});},servicos_embalagems:function(){var myAjax=new Ajax.Request('html/servicos_embalagens.fix',{method:'post',onComplete:this.handleRequest});},servicos_pontuallog:function(){var myAjax=new Ajax.Request('html/servicos_pontuallog.fix',{method:'post',onComplete:this.handleRequest});},online_nd:function(){var myAjax=new Ajax.Request('html/online_nd.fix',{method:'post',onComplete:this.handleRequest});},online_faturaboleto:function(){var myAjax=new Ajax.Request('html/online_faturaboleto.fix',{method:'post',onComplete:this.handleRequest});},online_historicofatura:function(){var myAjax=new Ajax.Request('html/online_historicofatura.fix',{method:'post',onComplete:this.handleRequest});},online_conhecimentoparcial:function(){var myAjax=new Ajax.Request('html/online_conhecimentoparcial.fix',{method:'post',onComplete:this.handleRequest});},online_agentepontual:function(){var myAjax=new Ajax.Request('html/online_agentepontual.fix',{method:'post',onComplete:this.handleRequest});},online_controleremessa:function(){var myAjax=new Ajax.Request('html/online_controleremessa.fix',{method:'post',onComplete:this.handleRequest});},handleRequest:function(originalRequest){$('contentContainer').innerHTML=originalRequest.responseText;}}
var testClass=new TestClass();