

// Begin new window
function Start(page) {
OpenWin = this.open(page, "CtrlWindow", 
"toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,directories=yes, width=700, height=400");
}
// End window

function copyRight(){
	document.write("2003");
}

