top.document.body.cols = '10,*';
window.status="";


function sideon() {
	document.body.style.backgroundImage="url(blank.gif)";
	top.document.body.cols = "125,*";
	self.location.href="side.html";
}

function sideonover() {
	window.status="Click to Show the Sidebar again";
	document.body.style.backgroundColor = "#000000";
}

function sideonout() {
	window.status="";
	document.body.style.backgroundColor = "#008080";
}

