function reload(form)
{
var val=form.hotelid.options[form.hotelid.options.selectedIndex].value; 
self.location='hoteledit.php?hotelid=' + val ;
}
