function hidediv(pass){var divs=document.getElementsByTagName("span");for(i=0;i<divs.length;i++){if(divs[i].id.match(pass)){if(document.getElementById)divs[i].style.display="none";else if(document.layers)document.layers[divs[i]].display="none";else document.all.hideshow.divs[i].display="none";}}}
function showdiv(pass){var divs=document.getElementsByTagName("span");for(i=0;i<divs.length;i++){if(divs[i].id.match(pass)){if(document.getElementById)divs[i].style.display="inline";else if(document.layers)document.layers[divs[i]].display="inline";else document.all.hideshow.divs[i].display="inline";}}}
function fnRet(){showdiv('menRetail');hidediv('menDefault');hidediv('menCustomer');hidediv('menDeposit');hidediv('menLicence');hidediv('menJoin');hidediv('menPayment');hidediv('menContact');hidediv('menAboutUs');hidediv('menProduct');}
function fnCust(){hidediv('menRetail');hidediv('menDefault');showdiv('menCustomer');hidediv('menDeposit');hidediv('menLicence');hidediv('menJoin');hidediv('menPayment');hidediv('menContact');hidediv('menAboutUs');hidediv('menProduct');}
function fnDep(){hidediv('menRetail');hidediv('menDefault');hidediv('menCustomer');showdiv('menDeposit');hidediv('menLicence');hidediv('menJoin');hidediv('menPayment');hidediv('menContact');hidediv('menAboutUs');hidediv('menProduct');}
function fnLic(){hidediv('menRetail');hidediv('menDefault');hidediv('menCustomer');hidediv('menDeposit');showdiv('menLicence');hidediv('menJoin');hidediv('menPayment');hidediv('menContact');hidediv('menAboutUs');hidediv('menProduct');}
function fnJoin(){hidediv('menRetail');hidediv('menDefault');hidediv('menCustomer');hidediv('menDeposit');hidediv('menLicence');showdiv('menJoin');hidediv('menPayment');hidediv('menContact');hidediv('menAboutUs');hidediv('menProduct');}
function fnPay(){hidediv('menRetail');hidediv('menDefault');hidediv('menCustomer');hidediv('menDeposit');hidediv('menLicence');hidediv('menJoin');showdiv('menPayment');hidediv('menContact');hidediv('menAboutUs');hidediv('menProduct');}
function fnCnt(){hidediv('menRetail');hidediv('menDefault');hidediv('menCustomer');hidediv('menDeposit');hidediv('menLicence');hidediv('menJoin');hidediv('menPayment');showdiv('menContact');hidediv('menAboutUs');hidediv('menProduct');}
function fnAbUs(){hidediv('menRetail');hidediv('menDefault');hidediv('menCustomer');hidediv('menDeposit');hidediv('menLicence');hidediv('menJoin');hidediv('menPayment');hidediv('menContact');showdiv('menAboutUs');hidediv('menProduct');}
function fnProd(){hidediv('menRetail');hidediv('menDefault');hidediv('menCustomer');hidediv('menDeposit');hidediv('menLicence');hidediv('menJoin');hidediv('menPayment');hidediv('menContact');hidediv('menAboutUs');showdiv('menProduct');}
function qikchk(){var popurl="https://secure.technocash.com.au/use/qikcheck.cfm";winpops=window.open(popurl,"","width=530,height=260,left=162,top=84,resizable=1,scrollbars=yes,");}