function go()
{
	box = document.page_list.navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function errorAlert(id,type){
	if(type=='vote'){
		document.getElementById(id).innerHTML = '<img src="images/common/error.jpg" style="float:left;margin-left:10px;"><p style="float:left;">&nbsp;&nbsp;You must be logged in to vote! <br />&nbsp;&nbsp;<a href="index.php?loginLink=true">Click <span style="text-decoration:underline">here</span> to login/join</a></p>';
		document.getElementById(id).style.width = '265px';
		document.getElementById(id).style.textAlign = 'left';
	}
}