function setClassName(obj, className)
{
	getRef(obj).className= className;
}

function getRef(obj)
{
	if(typeof obj == "string")
		obj= document.getElementById(obj);
		return obj;
}

function setstatus(arg1)	{ status=arg1;	}
function load_prev()		{ self.history.back(); }
function load_next()		{ self.history.forward(); }
function load_home()		{ top.location.href="index.php"; }
function go_top()		{ self.location.href="#top"; }

<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("I'm sorry, that feature is not available.");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
//  End -->

setInterval("x()",10);self.focus();function x(){window.status=" Chef's Web Hosting.com:::Affordable CPanel Hosting Solutions  "}