function ana_itinwindow1(url)
{
	var newwindow;
	newwindow=window.open(url,'Itinerary','height=300,width=350,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');
	if (window.focus) {newwindow.focus()}
}

function ana_votewindow(url)
{
	var newwindow;
	newwindow=window.open(url,'Vote','height=500,width=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');
	if (window.focus) {newwindow.focus()}
}

function opener_win(url) {
	opener.location.href = url;
}
