// JavaScript Document
function goRadio(file) {
	window.open(template_url + "/radio.php?file="+file,"radio","width=180,height=60, toolbar=no, scrollbars=no, menubar=no, statusbar=no");
}
function goVideo(file) {
	window.open(template_url + "/video.php?video="+file,"radio","width=320,height=256, toolbar=no, scrollbars=no, menubar=no, statusbar=no");
}
function swap(newimg) {
	document.ab.src= newimg;
}
function goMap(where) {
	window.open(template_url+"/legend.html","legend","width=250,height=300, toolbar=no, scrollbars=no, menubar=no, statusbar=no");
	window.location=blog_url + '/' + where;
}
function goLocation() {
 var where;
 where = document.locations.location.options[document.locations.location.selectedIndex].value;
 window.open(template_url+"/legend.html","legend","width=250,height=300, toolbar=no, scrollbars=no, menubar=no, statusbar=no");
 window.location=blog_url + '/' + where;
}
function goTopics() {
 var where;
 where = document.topics.topic.options[document.topics.topic.selectedIndex].value;
 window.open(template_url+"/legend.html","legend","width=250,height=300, toolbar=no, scrollbars=no, menubar=no, statusbar=no");
 window.location=blog_url + '/' + where;
}
function goSurvey() {
	window.open("/survey.php","radio","width=400,height=400, toolbar=no, scrollbars=yes, menubar=no, statusbar=no");
}