// this script requires the page have a load_page and unload_page function defined.
// Otherwise there will be script errors when page loads. Includes trailer copyright. 
function chk_mouse(){
	if (top.tooldrag) {
		top.f1.pixelTop=event.clientY+top.htspace-top.toc.toolsmallh;	
		top.f1.pixelLeft=event.clientX+top.hlspace+2;	
		top.toc.sched_can();
	}
	if ((top.f1.pixelHeight>100) | (top.f1.pixelWidth>200)) {
		top.f2.visibility="hidden";
		top.f3.visibility="hidden";
//		top.toc.toolbar_out(top.toc.toolbar.btnDemo)
		top.toc.toolbar_out(top.toc.toccurbutton)
		top.toc.set_small();
	}
}
function load_cookie() {
	tloc=top.rootweb+"basic/about_cookies.htm"
	window.open(tloc,"","width=400px,height=400px,top=0,left=0,scrollbars=yes")
}
function load_special(){
	if (document.getElementById("copyrt").showex=='true') {
	currdate = new Date();
	curryear = currdate.getFullYear();
	copytext='<span align="center" class="copyright">For problems email: <a href="javascript:void(document.location=\'mail\'+\'to:walter\'+\'@\'+\'wmoore.ca\')" title="Send email to Walter Moore."><span>Walter</span><span>@</span><span>WMoore.ca</span></a>'
	copytext=copytext+ ' --- <a href="#x" title="Details of how I use cookies" onclick="load_cookie()">This'
	copytext=copytext+' site uses cookies!</a><br> @ Copyright WalterMoore.ca 1995-'+curryear+'. All rights reserved.</span>'
	document.getElementById("copyrt").innerHTML=copytext;
	}
	load_page();
}
if (top.frames.length != 0){
	window.onload=load_special;
	window.onunload=unload_page;
	document.writeln('<link REL="STYLESHEET" HREF="'+top.mycss+'" TYPE="text/css">')
	document.onmousemove=chk_mouse;
	if (document.location == top.main.document.location){
		top.loading.style.display="none"
		top.loaded.style.display=""
	}
	document.writeln('<br>')
}
else {
	if (document.location.pathname.indexOf("contact.htm") == -1) {
		document.writeln('<script src="/basic/basichead.js" type="text/javascript"></script>')
		document.writeln('<h3 align="center">Brought to you by...<img src="/basic/images/moorelogo.png" alt="WalterMoore.Ca" align="absmiddle"></h3>')	
	}
}