var page = 0; function GetObj(id){return document.getElementById(id);} function xFocus(id){GetObj(id).focus();} function xTxtCh(obj,size){aaa=obj.value.length;if(aaa>=size)obj.value=obj.value.substring(0,size);} window.onload = function(){ xFocus("search"); } function xAjax(vUrl){ jsel = document.createElement("script"); jsel.type = "text/javascript"; jsel.src = vUrl; document.body.appendChild (jsel); } function GetEmail(s,h){ xAjax(h+"ajax/email/"+s); } function see(id){ if(GetObj(id).style.display=='none') GetObj(id).style.display='block'; else GetObj(id).style.display='none'; } function addbasket(id,l,s,h,sender){ xAjax(h+"basket/add/"+l+"/"+id+"/1/"+s); } function dosearch(key, host, lang){ if(!key) var key = key.event; if(key.keyCode==13) if(GetObj("search").value.length>2) window.location.href=host+"search/"+lang+"/"+GetObj("search").value+"/1/"; } function dosearch2(host, lang){ if(GetObj("search").value.length>2) window.location.href=host+"search/"+lang+"/"+GetObj("search").value+"/1/"; } function listnews(s,h,p,l){ page+=p; xAjax(h+"ajax/news/"+l+page+"/"+s); } function widthMT(){ heightmaintable = (window.innerHeight ? window.innerHeight : (document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.offsetHeight)); heightmaintable = heightmaintable-151; widthmaintable = (window.innerWidth ? window.innerWidth : (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.offsetWidth)); if((widthmaintable < 1242)&&(widthmaintable > 1000)) { GetObj("ttop").style.width="100%"; GetObj("tmain").style.width="100%"; } if(widthmaintable > 1242) { GetObj("ttop").style.width="1242px"; GetObj("tmain").style.width="1242px"; } if(widthmaintable < 1000) { GetObj("ttop").style.width="1000px"; GetObj("tmain").style.width="1000px"; } } window.onresize = function(){ widthMT(); } function show_img(img){ window.open(img,1,'scrollbars=no,resizable=no,status=no,toolbar=no,menubar=no,left=50,top=50'); }