<!--
window.onload=show;
function show(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}
//-->

<!--
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=128,width=450,top=180,dependent=yes,menubar=no,left=300');
	if (window.focus) {newwindow.focus()}
}

-->

