function initialize(){dhtmlHistory.initialize();dhtmlHistory.addListener(historyChange);if(dhtmlHistory.isFirstLoad()){var mymenu=document.getElementById("menuinp"),myprodid=document.getElementById("prodidinp"),mygenses=document.getElementById("gensesinp"),mysearchinp=document.getElementById("searchinp");};};function historyChange(newLocation,historyData){var isdone=false,historyMsg=historyData;if(historyData==null||historyMsg.isajax=='false'){RenderCart();}else{if(historyMsg.myspesialsearchinp!=null&&historyMsg.myspesialsearchinp.length>0){getspesialresult(historyMsg.myspesialsearchinp);RenderCart();isdone=true;};if(historyMsg.mysearchinp!=null&&historyMsg.mysearchinp.length>0){DoHistorySearch(historyMsg.mysearchinp,historyMsg.menuid,historyMsg.genses);RenderCart();isdone=true;};if(historyMsg.prodid!=null&&historyMsg.prodid.length>0&&historyMsg.mysearchinp.length==0){historyok=true;RenderRender(historyMsg.menuid,historyMsg.prodid);RenderCart();historyok=false;return;};if(historyMsg.menuid!=null&&historyMsg.menuid.length>0&&historyMsg.mysearchinp.length==0&&historyMsg.myspesialsearchinp==null&&historyMsg.myfirstpage==null){RunMenu(historyMsg.menuid,'0','999');RenderCart();return;};if(historyMsg.myfirstpage!=null&&historyMsg.myfirstpage.length>4){window.document.location.href=website+historyMsg.myfirstpage;};};};function debugMsg(msg){var debugMsg=document.getElementById("render");debugMsg.innerHTML=msg;};

