function changePage(select) 
{
     var selectValue = select.options[select.selectedIndex].value;
     parent.location.href=selectValue;
} 


