var isW3C=((document.getElementById)?true:false);var isAll=((document.all)?true:false);function objectExists(elemID){var elem=(isW3C)?document.getElementById(elemID):((isAll)?document.all[elemID]:null);if(elem){return true;}else
{return false;}}function functionExists(elemID){return(typeof(window[elemID])!='undefined');}