function ourServices()
{
	x=form1.s1(form1.s1.selectedIndex).value
	if(x!="")
		document.URL=x;
	form1.s1(0).focus();
}
