
function abc()
{

window.open("mob.htm","OnWap","height=460,width=265,menubar=no,toolbar=no,location=no,resizable=no");
window.status="The Noble School Alumnus : Truly Noble - Truly Alumni";

window.open("pod.htm","OnPod","height=310,width=505,menubar=no,toolbar=no,location=no,resizable=no");
window.status="The Noble School Alumnus : Truly Noble - Truly Alumni";


}


function bookmark(anchor){
   if(window.external)
   {
       window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
       return false;
   }
   return true;
}