function callopt(eo_Op,eo_Clicod,eo_Imp,eo_Wd,eo_Wp,eo_Cod,eo_Disp,eo_Uprice,eo_Inc,eo_Kcat,eo_Ip,eo_Ref,eo_CPrice)
{

this.ta = '0x0';
this.co = 0;
this.nav = navigator.appName;
if ( parseInt(navigator.appVersion)>=4) {
   this.ta = screen.width+"x"+screen.height;
}
this.counter = new Image(1,1)
this.url = "http://engineopt.tdshop.it/datarequest.asp?"

this.url += "eo_Op="+ eo_Op
this.url += "&eo_Clicod	="+eo_Clicod	
this.url += "&eo_Imp="+eo_Imp	
this.url += "&eo_Wd="+eo_Wd	
this.url += "&eo_Wp="+eo_Wp	
this.url += "&eo_Cod="+eo_Cod	
this.url += "&eo_Disp="+eo_Disp	
this.url += "&eo_Uprice="+eo_Uprice	
this.url += "&eo_Inc="+eo_Inc	
this.url += "&eo_Kcat="+eo_Kcat	
this.url += "&eo_Ip="+eo_Ip	
this.url += "&eo_Ref="+eo_Ref  
this.url += "&eo_CPrice="+eo_CPrice  

this.url += "&res="+this.ta+"&agent="+navigator.userAgent+"&lang="+navigator.browserLanguage

this.counter.src = this.url


//window.location.href = "Negozio.asp?welcome=engneoptmzde&"+window.location.search.substring(1)

}




function callopt_order(eo_cod,eo_ref,eo_Op,eo_Kcat,eo_Clicod,eo_Inc,eo_IDTEstata,eo_Ip)
{
 
 this.ta = '0x0';
 this.co = 0;
 this.nav = navigator.appName;
 if ( parseInt(navigator.appVersion)>=4)
 {
 	this.ta = screen.width+"x"+screen.height;
 }

this.url = "http://engineopt.tdshop.it/datarequest.asp?"

this.url += "eo_Op="+ eo_Op
this.url += "&eo_cod="+eo_cod
this.url += "&eo_ref="+eo_ref
this.url += "&eo_Kcat="+eo_Kcat	
this.url += "&eo_Clicod="+eo_Clicod	
this.url += "&eo_Inc="+eo_Inc	
this.url += "&eo_IDTEstata="+eo_IDTEstata	
this.url += "&eo_Ip="+eo_Ip

 this.counter = new Image(1,1)
this.url += "&res="+this.ta+"&agent="+navigator.userAgent+"&lang="+navigator.browserLanguage

 this.counter.src = this.url
   
}