function selectLinker() {
	if (this.options[this.selectedIndex].value != "") {
    	window.open(this.options[this.selectedIndex].value, '_blank');
    }
}
