function addOnLoad(AH_MID,c,htmlString){window.onload=function(){CN_InitSearchForAndMoveDescription(AH_MID,c,htmlString);};}
function CN_SFAMD(AH_MID,c,htmlString){addOnLoad(AH_MID,c,htmlString);};
function CN_InitSearchForAndMoveDescription(AH_MID,c,htmlString){try{var html=document.getElementById(c).innerHTML;if(html.toLowerCase().indexOf(AH_MID.toLowerCase())!=-1){var substr=html.toLowerCase().indexOf(AH_MID.toLowerCase());document.getElementById(c).innerHTML=html.substring(0,substr-1);document.getElementById(htmlString).innerHTML=html.substring(substr+AH_MID.length);}}catch(e){}finally{};};