function select7(sel7)
{	
          if(sel7.value!=""){            
              window.open (sel7.value, '', 'height=560, width=620, top=0, left=0, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=n o, status=no');              
          }
          sel7.selectedIndex=0;
}

