/* File: site.js */

function OpenComments(c) {
	window.open(c,
		'comments',
		'width=480,height=535,scrollbars=yes,status=yes');
}

function OpenTrackback(c) {
	window.open(c,
		'trackback',
		'width=480,height=535,scrollbars=yes,status=yes');
}

function go1() {
	if(document.choosemonth.select1.options[document.choosemonth.select1.selectedIndex].value != "none") {
		location = document.choosemonth.select1.options[document.choosemonth.select1.selectedIndex].value
 	}
}

function myInit() {
	if (document.getElementById) {
		el = document.getElementById("search");
		el.focus();
	}
}
