var siteroot = "http://www.youthsquare.hk";

function locationMap() {
	var w = window.open("http://www.youthsquare.hk/to_programmer/comment/280709/CYD_location_map.jpg", "mapWin", "width=800,height=800");
	w.focus();
}

function swfGetPath(s) {
	switch (s) {
		case "feedPath":	return siteroot + "/admin/feed.php";
		case "detailPath":	return "../detail.php";
		case "formRequest":	return siteroot + "/admin/formRequest.php";
	}
	return "";
}

function swfGetURL(url) {
	window.open(url);
}

function switchLang(from, to) {
	var url = location.href;
	url = url.replace("/" + from, "/" + to);
	setTimeout(function() {window.location = url;}, 0);
}
