function reload1(form)
{
var val=form.archive.options[form.archive.options.selectedIndex].value;
self.location='archive.php?c=' + val ;
}