function openLink(obj){var urlStr = obj.options[obj.selectedIndex].value;if(urlStr != "") window.open(urlStr);}
