var isIE = document.all?true:false;
function getRef(pId) { return isIE?document.all[pId]:document.getElementById(pId); }
function realOffset(B,A){var C=0;while(B){C+=B[A];B=B.offsetParent}return C}
function overMt(img, sel) { if(sel=='o'){ return ; };if(img.src.match(/menu_/gi)) { img.src=img.src.replace(/menu_/gi, 'menuo_'); } else if(img.src.match(/menuo_/gi)) { img.src=img.src.replace(/menuo_/gi, 'menu_'); }; }

function showHideBox(pId) { $('#'+pId).toggle('slide',{ direction: 'up' });return false; }


