ts_id='84';
ts_id_str='TS_ID=84';
language='it';
function callExpopage(strAction){
   var logParams = "";
   if(strAction=="Search")  logParams = "&site_id=plast&request_type=GEN";
   if(strAction=="Companies")  logParams = "&site_id=plast&request_type=EXH";
   if(strAction=="ProductCategory")  logParams = "&site_id=plast&request_type=CAT";
    window.open("http://it.expopage.net/portal/pluginSearch.do?ACTION=Plug-in&TS_ID="+ts_id+"&i18nID="+language+"&Plug-inACTION=" + strAction + "&tbx_Search_Key=" + document.plugIn.txt_search_key.value+logParams);
}
function checkCountry(){
	if (document.adv.exhCountry.value!="IT") document.adv.exhProv.disabled=true;
	else document.adv.exhProv.disabled=false;
}
function checkProvince(){
  	if (document.adv.exhProv.value!="" && document.adv.exhProv.value!="ZZ")
  	document.adv.exhCountry.value="IT";
}
function  callMap() {
   window.open ('http://www.expopage.net/portal/utils/goto_map.jsp?tsid='+ts_id+'&pad='+myForm.pavilion.value+'&i18nID='+language+'&site_id=plast&request_type=MAP','w2', 'width=820,scrollbars=yes,toolbar=no,titlebar=yes,status=no,menubar=no,resizable=yes,directories=no,hotkeys=yes,location=no')
}


document.write("<img HEIGHT=1 WIDTH=1 src=\"http://www.expopage.net/portal/utils/point.jsp?site=plast&ts_id=84\">");

