// JavaScript Document
function changeToWelcome()
{
var framePoint = document.getElementById("frm1");
//var titlePoint = document.getElementsByTagName("title").innerText;
//titlePoint.createTextNode("Welcome to 2020name.com a domain name resource and domain sales shop window");
framePoint.setAttribute("src", "welcome.htm");
document.title = 'Welcome to 2020name.com a domain name resource and domain sales shop window';

}

function changeToAboutUs()
{
var framePoint = document.getElementById("frm1");
framePoint.setAttribute("src", "about.htm");
document.title = 'Here at 2020name.com is a database of privately owned domain names and some developed websites.';
}

function changeToNameBusiness()
{
var framePoint = document.getElementById("frm1");
framePoint.setAttribute("src", "business.htm");
document.title = 'The business of buying and paying for a a domain name, transferring and registering your name.';
}

function changeToSearch()
{
var framePoint = document.getElementById("frm1");
framePoint.setAttribute("src", "search.htm");
document.title = 'Search for that special domain name.';
}

function changeToLinks()
{
var framePoint = document.getElementById("frm1");
framePoint.setAttribute("src", "links.htm");
document.title = 'Lists of links for other useful domain and websites and other';
}

function changeToContact()
{
var framePoint = document.getElementById("frm1");
framePoint.setAttribute("src", "contact.htm");
document.title = 'Direct contact page to the authors of the site.';
}