
function link_popup(url) {
	window.open(url,'','location=1,statusbar=1,toolbar=1,menubar=1,width=650,height=600,resizable=1');
}

function selectURL(id){
	window.location = document.getElementById(id).value;
}

function init(){
	langInit();
}