// JavaScript Document
function change()
{
 if (document.linkForm.check[document.linkForm.check.selectedIndex].value != "") 
 {
  location = document.linkForm.check[document.linkForm.check.selectedIndex].value;
 }
}