// JavaScript Document

function init()
{
	document.getElementById("logo").src="newlogo.gif";
}

function showClients()
{
alert(clients)
document.getElementById("clientP").innerHTML=clients;
}

