function GotoURL(obj)
							{
								url = obj.options[obj.selectedIndex].value;
								if(url.length>0) window.open(url);
							}
