
function writeText(id,str)
    {
    if (document.getElementById)
         document.getElementById(id).innerHTML=str;
         else
         if (document.all)
              document.all[id].innerHTML=str;
              else
              if (document.layers)
                   with (document[id].document)
                        {
                        open();
                        write(str);
                        close();
                        }
    }
		
function forum()
{writeText("text", " students / webmasters communication portal  ");
}

function prediction()
{writeText("text", " requested search Priority Dates of F1");
}

function affiliate()
{writeText("text", " Business Deal for webmasters and site owners  ");
}

function lesson()
{writeText("text", " Lesson on html (webpage)  ");
}

function whois()
{writeText("text", " domain name lookup (whois)  ");
}

function sea()
{writeText("text", " search the web  ");
}
function zip()
{writeText("text", " Zip Codes Directory (Philippines)   ");
}
function out()
{writeText("text", "  ");
}

