﻿function ShowHide(show, hide){ if (document.getElementById){ obj1 = document.getElementById(show); obj2 = document.getElementById(hide); if (obj1.style.display == "none"){ obj1.style.display = ""; obj2.style.display = "none";}else { obj1.style.display = "none";obj2.style.display = "";} } }
function doubleCheck(){if (confirm('Sure you wana delete this item?')){return true;}else{return false;}}
function textCounter(controlname, maxlimit){if(controlname.value.length > maxlimit){controlname.value = controlname.value.substring(0, maxlimit);}}
var ad_bh_ro = new Image();ad_bh_ro.src = '/images/ad_bh_ro.png';